Eric Pouech
|
0a16dbc730
winedbg: Move bitfield extraction to extract_lgint.
|
2 lat temu |
Eric Pouech
|
ef3fca0c33
winedbg: Revamp dbg_lvalue structure and add helpers for init.
|
2 lat temu |
Eric Pouech
|
53ae7824b6
winedbg: Introduce dbg_lg(u)int_t and migrate all integral computations on this type.
|
2 lat temu |
Eric Pouech
|
d65edd04cc
winedbg: Use I width modifier for DWORD_PTR printf's args.
|
3 lat temu |
Alexandre Julliard
|
2a92c58e11
include: Use the standard va_list instead of __ms_va_list when building with msvcrt.
|
3 lat temu |
Eric Pouech
|
e3fc699afa
winedbg: Fix result type in expression's computation.
|
3 lat temu |
Alexandre Julliard
|
0ea9fe999c
winedbg: Build with msvcrt.
|
3 lat temu |
Alexandre Julliard
|
b9046a4936
winedbg: Avoid using 'long' types.
|
3 lat temu |
Zebediah Figura
|
42bbeedbe4
winedbg: Make be_cpu process-specific.
|
6 lat temu |
Frédéric Delanoy
|
fe580c083d
winedbg: Use BOOL type where appropriate.
|
11 lat temu |
Gerald Pfeifer
|
87c0e868be
winedbg: Disable some dead code in expr_eval.
|
13 lat temu |
Eric Pouech
|
2becd3349d
winedbg: Merge pointer deref and array index functions into a single one.
|
14 lat temu |
Eric Pouech
|
5aa859de72
winedbg: Allow internal (host) integral variables to hold 64bit value on 64bit platforms.
|
15 lat temu |
Alexandre Julliard
|
4441065182
winedbg: Fix pointer cast warnings on 64-bit.
|
16 lat temu |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 lat temu |
Eric Pouech
|
9d0b5f5372
winedbg: Added a more decent scheme for handling segmented addresses.
|
19 lat temu |
Eric Pouech
|
4d7f9f7c65
winedbg: Fixed broken code about type management for binary operator.
|
19 lat temu |
Eric Pouech
|
34db4856ae
dbghelp,winedbg: SYMBOL_INFO fix.
|
19 lat temu |
Eric Pouech
|
6b7bebfbf9
SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
|
19 lat temu |
Mike McCormack
|
516a577df1
Fix gcc 4.0 warnings.
|
19 lat temu |
Eric Pouech
|
29a70954f9
- no longer store internally the " for strings
|
19 lat temu |
Eric Pouech
|
5fe480b472
- fixed regression in ctrl-c handling
|
20 lat temu |
Eric Pouech
|
926f66186f
- fixed breakpoint enabled/disabled state management
|
20 lat temu |
Eric Pouech
|
deca2502d6
- all symbol information storage is now module relative, so we can
|
20 lat temu |
Eric Pouech
|
48f97983d7
- get rid of winedbg internal channels for output
|
21 lat temu |
Alexandre Julliard
|
e37c6e18d0
Fixed header dependencies to be fully compatible with the Windows
|
21 lat temu |
Eric Pouech
|
9ca4119688
Fixed some bugs in cast operator.
|
22 lat temu |
Eric Pouech
|
2fc867c045
Added ability to abort on interactive symbol lookup.
|
22 lat temu |
Alexandre Julliard
|
f264bd326b
Moved the debugger to programs/winedbg where it belongs.
|
22 lat temu |