Eric Pouech
31cf71c244
winedbg: Fix backend prototypes for PowerPC and Alpha.
2009-09-02 10:24:14 +02:00
Dylan Smith
262e1bfa92
winedbg: Resolve typedefs when checking for user defined type.
...
All that matters is that the real type is a user defined type (e.g.
structure, class, or union), so I used types_get_real_type instead of
types_get_info to avoid issues with typedefs.
2009-08-27 14:13:49 +02:00
Dylan Smith
fe8f6b8068
winedbg: Extract address from expression for listing source at address.
2009-08-27 14:13:40 +02:00
Dylan Smith
6f0655242c
winedbg: Fixed listing source of function in file.
2009-08-24 15:17:34 +02:00
Dylan Smith
1cb7c1a11c
winedbg: Prevent syntax errors for list command due to the lexer.
...
The list command allows more than just a pathname, but since a pathname
allows such a wide range of characters, it will prevent other parameters
from getting parsed properly (e.g. a start line number). This even
interfered with the usage of pathname for the list command, since the
command typically includes a line number within the file.
2009-08-24 15:17:34 +02:00
Dylan Smith
a35652d654
winedbg: Make limitations of set command clearer in man page.
2009-08-17 14:43:09 +02:00
Dylan Smith
82f810dc73
winedbg: Properly end non-formatted text in man page.
...
The .nf macro stops formatting of the text in the man page, and the
macro .fi should be used to end. This wasn't done before, which is
noticable for where the text is wrapped when opening the man page with a
larger/smaller terminal width.
2009-08-17 14:42:48 +02:00
Dylan Smith
26c427d50a
winedbg: Fixed syntax of set command in man pages.
2009-08-17 14:42:32 +02:00
Dylan Smith
81c9b3a105
winedbg: Correct header for virtual memory mapping for end address.
...
The virtual memory mapping info retrieved by the command "info maps" has
the end address in the second column, even though the title for the
column says "Size".
2009-08-17 14:42:23 +02:00
Dylan Smith
3add397abc
winedbg: Remove unused tokens in grammer file.
2009-08-17 14:40:14 +02:00
Dylan Smith
4782d1dde6
winedbg: Prevent syntax error for setting all debug channels.
...
The lexer was matching tALL before checking for tIDENTIFIER, and the set
command didn't have any rules for tALL, which prevented setting the
flags for all the debug channels.
2009-08-17 14:40:03 +02:00
Vladimir Pankratov
0c7b34bdd9
winedbg: Convert the Russian resources to UTF-8.
2009-07-23 11:22:41 +02:00
Ricardo Filipe
1156221c3f
winedbg: Add Portuguese translation.
2009-07-20 12:17:21 +02:00
Paul Vriens
3c876de7a4
winedbg: Remove an unneeded pragma from the Swedish translation.
2009-07-15 13:24:06 +02:00
Eric Pouech
28dd482279
winedbg: 'Int XX' is not a function call, so don't try to handle it as such on i386.
2009-07-13 10:25:51 +02:00
Anders Jonsson
f7ec04766b
winedbg: Add Swedish translation.
2009-07-08 20:34:04 +02:00
Alexandre Julliard
56af92b073
makefiles: Regenerate the source lists using make_makefiles.
2009-07-03 13:26:38 +02:00
Michael Stefaniuc
7cf2855cf7
winedbg: Build language resource files separately.
...
Do not include them from an other rc file.
2009-07-01 11:42:19 +02:00
Michael Stefaniuc
34f771c207
winedbg: Include the local resource header last.
2009-07-01 11:42:04 +02:00
Frédéric Delanoy
af8348c5b7
winedbg: Add French translation.
2009-06-30 12:30:38 +02:00
Eric Pouech
87132a3a6a
winedbg: Correctly print type for functions without parameters.
2009-06-29 13:13:43 +02:00
Eric Pouech
bfb6c80148
winedbg: Print array size when looking at its type.
2009-06-29 13:13:37 +02:00
Austin English
7f13b126d5
winedbg: Return 0 if --help is specified.
2009-06-25 11:45:57 +02:00
Alexandre Julliard
8c7feab0f9
winedbg: Don't display the crash dialog for winedevice.exe, it only confuses users.
2009-06-23 16:20:33 +02:00
André Hentschel
c50a4738d6
winedbg: Fix comment header.
2009-06-08 12:42:29 +02:00
Alexandre Julliard
8d0cb61bc7
winedbg: Add wrappers for Read/WriteProcessMemory to fix the mingw build.
2009-06-05 15:19:58 +02:00
Francois Gouget
05a4d26c47
winedbg & appwiz.cpl: Use SUBLANG_NEUTRAL for German.
2009-06-03 11:26:07 +02:00
André Hentschel
426e541ba5
winedbg: Add German translation.
2009-06-01 16:16:05 +02:00
Aurimas Fišeras
fca0d3c5cf
winedbg: Add Lithuanian translation.
2009-06-01 16:16:05 +02:00
Eric Pouech
277d64bef0
winedbg: Pass NULL for some optionals parameters to MinidumpReadDumpStream.
2009-06-01 16:16:01 +02:00
Vladimir Pankratov
c75f31e1b8
winedbg: Add Russian translation.
2009-05-25 11:21:49 +02:00
Rico Schüller
654c7e3668
winedbg: Do not print more than 9 characters from pThread->name.
2009-05-20 10:51:00 +02:00
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