Eric Pouech
|
ef3fca0c33
winedbg: Revamp dbg_lvalue structure and add helpers for init.
|
3 years ago |
Eric Pouech
|
07502a0646
winedbg: Replace wine_dbgstr_longlong with I64 width modifier.
|
3 years ago |
Eric Pouech
|
d65edd04cc
winedbg: Use I width modifier for DWORD_PTR printf's args.
|
3 years ago |
Alexandre Julliard
|
0ea9fe999c
winedbg: Build with msvcrt.
|
3 years ago |
Zebediah Figura
|
42bbeedbe4
winedbg: Make be_cpu process-specific.
|
6 years ago |
Francois Gouget
|
f505e6fb4a
Assorted spelling fixes.
|
9 years ago |
André Hentschel
|
657933e135
winedbg: Remove unused code (Clang).
|
10 years ago |
Frédéric Delanoy
|
fe580c083d
winedbg: Use BOOL type where appropriate.
|
11 years ago |
Michael Stefaniuc
|
915e12e59f
winedbg: Avoid TRUE:FALSE conditional expressions.
|
12 years ago |
Eric Pouech
|
cf7120b8cc
winedbg: Fix 'break file : lineno' command so that file can be in other modules than the current one.
|
13 years ago |
Alexandre Julliard
|
35d5c07538
winedbg: Support setting a breakpoint from a file name and line number.
|
13 years ago |
Peter Schlaile
|
95a3cd8e30
winedbg: Adds an rwatch command to winedbg.
|
14 years ago |
Eric Pouech
|
aebb9dd316
winedbg: Don't access inside a bp structure if it's not initialized.
|
14 years ago |
Eric Pouech
|
e9a31f2770
winedbg: Properly guard against setting a watchpoint against a variable stored in a register.
|
14 years ago |
Eric Pouech
|
a1986b20e7
winedbg: Fix buffer size for 8-byte watchpoint.
|
14 years ago |
Eric Pouech
|
5f23b94a27
winedbg: Allow using 8-byte long hardware assisted breakpoints on x86_64 CPUs.
|
14 years ago |
Eric Pouech
|
2367186805
winedbg: Simplify a bit the find_triggered_watch function.
|
14 years ago |
Marcin Baczyński
|
477117a03f
winedbg: Remove superfluous void* cast.
|
15 years ago |
Eric Pouech
|
12c3a012cb
winedbg: Force 64bit line number information throughout the code to ease 64bit portability.
|
15 years ago |
Eric Pouech
|
7daa50c041
winedbg: Ensure all addresses passed to break functions are 64bit wide.
|
15 years ago |
Alexandre Julliard
|
ec73f0b71a
winedbg: Fix a number of 64-bit pointer truncation issues.
|
15 years ago |
Francois Gouget
|
96848a0605
Remove spaces before '\n's.
|
15 years ago |
Peter Oberndorfer
|
394a36c25a
winedbg: Only check for break/watch points on first chance exceptions.
|
17 years ago |
Alexandre Julliard
|
6744929428
winedbg: Win64 printf format fixes.
|
18 years ago |
Francois Gouget
|
367f91fb5c
Assorted spelling fixes.
|
18 years ago |
Eric Pouech
|
932ad65c83
winedbg: Now that local variable computation depends on instruction
|
18 years ago |
Ge van Geldorp
|
1d04f826c7
winedbg: Change ADDRESS variables to ADDRESS64 so we can handle 64-bit addresses.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Petr Tesarik
|
68f8d28945
winedbg: Fix stepping over an instruction.
|
18 years ago |
Eric Pouech
|
6ab9b23526
winedbg: Hardware breakpoints
|
19 years ago |