Frans Kool
|
d4e1d88722
|
winedbg: Add Dutch translations.
|
2009-05-19 16:18:13 +02:00 |
|
Francois Gouget
|
84cd15a021
|
winedbg: Replace realloc() with HeapReAlloc().
|
2009-05-15 10:31:12 +02:00 |
|
Hwang YunSong
|
08ba955300
|
winedbg: New Korean resource.
|
2009-05-08 12:13:55 +02:00 |
|
Francois Gouget
|
6980949f49
|
winedbg: Remove an unused debug channel.
|
2009-05-06 12:20:09 +02:00 |
|
Alexandre Julliard
|
8b3b328319
|
winedbg: Implement single step for x86_64.
|
2009-05-01 18:29:10 +02:00 |
|
Alexandre Julliard
|
b26ae69fcb
|
winedbg: Fix formatting of the flag register bits.
|
2009-05-01 18:28:49 +02:00 |
|
Ken Sharp
|
3ab52c2097
|
winedbg: Correct slight typo in winedbg dialog.
|
2009-04-24 11:51:06 +02:00 |
|
Mikołaj Zalewski
|
1e256e426d
|
winedbg: Add a crash dialog for --auto mode.
|
2009-04-22 17:00:34 +02:00 |
|
Michael Stefaniuc
|
2e6ac3a571
|
winedbg: Remove some superfluous pointer casts.
|
2009-04-21 13:16:33 +02:00 |
|
Dmitry Timoshkov
|
c23beb3102
|
winedbg: Fix a typo in the comment.
|
2009-04-15 15:56:33 -05:00 |
|
Alexandre Julliard
|
09d7fa707f
|
winedbg: Add context dumping for x86_64.
|
2009-04-08 20:40:35 +02:00 |
|
Eric Pouech
|
fac7496345
|
winedbg: Fix the way array derefs are done.
|
2009-03-30 14:20:44 +02:00 |
|
Alexandre Julliard
|
d7d84e71d3
|
winedbg: Don't name a function PRIVATE.
|
2009-03-12 14:29:53 +01:00 |
|
Francois Gouget
|
96848a0605
|
Remove spaces before '\n's.
|
2009-03-09 12:05:58 +01:00 |
|
Francois Gouget
|
d1110dd2e9
|
winedbg: Remove spaces before '\n's.
|
2009-03-09 12:05:33 +01:00 |
|
Mike Ruprecht
|
c7b204e98a
|
winedbg: Fix typo in a comment.
|
2009-03-02 12:03:19 +01:00 |
|
Marcus Meissner
|
102a3b9892
|
winedbg: Check for buffer being NULL.
|
2009-02-02 15:21:43 +01:00 |
|
Francois Gouget
|
4061d1f8d8
|
winedbg: Make lexeme_alloc() static in debug.l.
|
2009-01-20 12:33:52 +01:00 |
|
Francois Gouget
|
5012a57268
|
winedbg: Make some functions static.
|
2009-01-20 12:33:47 +01:00 |
|
Alexandre Julliard
|
4441065182
|
winedbg: Fix pointer cast warnings on 64-bit.
|
2009-01-09 14:06:12 +01:00 |
|
Francois Gouget
|
a9d3d0e942
|
winedbg: Remove an unused debug channel (winedbg).
|
2008-12-29 11:35:37 +01:00 |
|
Christian Costa
|
88cf37fd85
|
winedbg: Make frame numbers display starting from 0 so we match frame command.
|
2008-12-08 12:02:43 +01:00 |
|
Vincent Povirk
|
8f6736cf13
|
winedbg: Fix string format warnings.
|
2008-12-05 12:30:22 +01:00 |
|
Francois Gouget
|
9c5e97aa71
|
Assorted spelling fixes.
|
2008-11-24 14:25:10 +01:00 |
|
Eric Pouech
|
583e051044
|
winedbg: Added scoped symbol picker, and options to handle it.
|
2008-11-11 11:40:36 +01:00 |
|
Eric Pouech
|
508414313e
|
winedbg: Slightly change the option setting syntax (allows also to get the current state back).
|
2008-11-11 11:40:26 +01:00 |
|
Eric Pouech
|
4c00325c3b
|
winedbg: Rewrote the symbol picking mechanism so that it can handle several algorithms.
|
2008-11-11 11:40:17 +01:00 |
|
Michael Stefaniuc
|
880d944ea0
|
winedbg: Use FIELD_OFFSET instead of reimplementing it.
|
2008-11-03 13:40:20 +01:00 |
|
Eric Pouech
|
0c4e9df2a1
|
winedbg: Add a kill command to kill the current process.
|
2008-10-27 11:28:17 +01:00 |
|
Eric Pouech
|
cbb84fdb73
|
winedbg: Added a command to allow loading mismatched modules.
|
2008-10-20 13:53:08 +02:00 |
|
Eric Pouech
|
5c8ad49158
|
winedbg: Use Unicode strings for all module references.
|
2008-10-20 13:52:44 +02:00 |
|
Alexandre Julliard
|
01b7667a1a
|
programs: Convert source files to utf-8.
|
2008-10-18 19:22:19 +02:00 |
|
Florian Köberle
|
49c96a5075
|
winedbg: Fixed an infinite loop.
|
2008-09-12 11:39:52 +02:00 |
|
Eric Pouech
|
a181ad5a2c
|
winedbg: Also handle 1 byte signed int as they were char (PDB files are done like this... sigh).
|
2008-09-08 12:47:20 +02:00 |
|
Eric Pouech
|
6986975816
|
winedbg: Search default debuggee dir for symbol information.
|
2008-09-04 13:47:48 +02:00 |
|
Alexandre Julliard
|
b3ec2e5f95
|
makefiles: Recurse into all directories for install-lib and install-dev too.
|
2008-08-25 14:27:03 +02:00 |
|
Eric Pouech
|
687a00c0af
|
winedbg: Don't force integral values while displaying a stack value, it doesn't work for float/double values.
|
2008-08-18 14:34:10 +02:00 |
|
Gerald Pfeifer
|
b15bcddeac
|
winedbg: Fix the type of four loop variables and reduce scope of one.
|
2008-07-22 15:25:47 +02:00 |
|
Alexandre Julliard
|
28a2179dd6
|
Add noinput directive to all lex files to avoid a compiler warning.
|
2008-07-07 12:31:33 +02:00 |
|
Michael Stefaniuc
|
7057d7a914
|
winedbg: Fix "floating pointer" typo.
|
2008-06-24 11:51:20 +02:00 |
|
Jon Griffiths
|
9e62412dc1
|
winedbg: Add support for printing c++ bool values.
|
2008-06-18 16:48:17 +02:00 |
|
Eric Pouech
|
f7f9c08fc0
|
winedbg: Fixed the print_basic command when dealing with long long values.
|
2008-05-27 12:03:44 +02:00 |
|
Eric Pouech
|
98e2486820
|
winedbg: Removed unneeded variable from print_basic.
|
2008-05-27 12:02:36 +02:00 |
|
Alexandre Julliard
|
2e83ea49be
|
winedbg: Fix compile when poll() is not available.
|
2008-05-26 19:25:04 +02:00 |
|
Eric Pouech
|
2a771d294f
|
winedbg: Fix the path traversal.
|
2008-05-13 10:40:08 +02:00 |
|
Eric Pouech
|
bd6b394e84
|
winedbg: Added ability to print properly float/double values.
|
2008-05-01 18:11:26 +02:00 |
|
Eric Pouech
|
95f2d367b3
|
winedbg: Attach the source files to a given process, and unload them at process end.
|
2008-05-01 11:12:53 +02:00 |
|
Eric Pouech
|
5d90e60ed5
|
winedbg: Added implementation of qSupported request.
|
2008-05-01 11:12:24 +02:00 |
|
Eric Pouech
|
6f84b1c640
|
winedbg: Try harder to locate a source file.
|
2008-05-01 11:12:17 +02:00 |
|
Alexandre Julliard
|
ef07d83405
|
Include wine/port.h everywhere we use exceptions.
|
2008-04-29 20:18:49 +02:00 |
|