Eric Pouech
0d7a6f13a8
winedbg: Describe pointer size in CPU backend structure.
2010-04-13 11:42:18 +02:00
Eric Pouech
e9a31f2770
winedbg: Properly guard against setting a watchpoint against a variable stored in a register.
2010-04-13 11:42:00 +02:00
Eric Pouech
a1986b20e7
winedbg: Fix buffer size for 8-byte watchpoint.
2010-04-13 11:41:54 +02:00
Eric Pouech
5f23b94a27
winedbg: Allow using 8-byte long hardware assisted breakpoints on x86_64 CPUs.
2010-04-07 13:50:57 +02:00
Eric Pouech
2367186805
winedbg: Simplify a bit the find_triggered_watch function.
2010-04-07 13:50:48 +02:00
Alexandre Julliard
4f62b09071
winedbg: Save internal variables as proper DWORD values.
2010-04-07 13:09:14 +02:00
Eric Pouech
d49fe171f7
winedbg: Allow backtraces to properly return address outside functions.
2010-03-31 11:37:00 +02:00
Eric Pouech
eef72ad2ff
winedbg: Add some missing symbol flags to pick up local/parameters variables in symbol pickers.
2010-03-31 11:36:35 +02:00
Eric Pouech
ecbf297fbb
winedbg: When filling an imagehlp frame information, also do the stack field, it's used on x86-64 platforms.
2010-03-31 11:36:30 +02:00
Eric Pouech
d29c6ead92
winedbg: Store the CONTEXT in each stack frame to enable register access in the non topmost frames.
2010-03-31 11:36:23 +02:00
Mikhail Maroukhine
93d9d8a3af
programs: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:18:48 +02:00
Francois Gouget
51dfd9adb1
winedbg: Fix compilation with gcc 2.95 and non-GNU compilers.
2010-03-29 11:45:27 +02:00
Eric Pouech
ea21a32707
winedbg: Store for context variables only the offsets of each register (instead of the address of the register in dbg_context).
2010-03-29 11:40:00 +02:00
Alexandre Julliard
fbef7217b9
makefiles: Remove the no longer needed explicit dependencies for bison files.
2010-03-16 13:28:24 +01:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Marcus Meissner
a3afe94831
winedbg: Segment registers are not affected by rex prefix (Coverity).
2010-02-18 12:43:00 +01:00
Marcus Meissner
6beb48c4e1
winedbg: rex is not used for Grp15b (Coverity).
2010-02-17 09:42:55 +01:00
Dmitry Timoshkov
aa25fcded7
winedbg: Print parameter values in backtraces in hex.
2010-02-16 11:33:28 +01:00
Alexandre Julliard
9644d1dcd7
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
2010-02-08 20:58:00 +01:00
Eric Pouech
b50e571947
winedbg: Implement is_func_call on x86_64 CPU.
2010-02-04 13:39:27 +01:00
Eric Pouech
4f4e38ce40
winedbg: Implemented is_step_over method for x86-64 CPU.
2010-02-04 13:39:27 +01:00
Eric Pouech
9ed8d56ed2
winedbg: Implemented is_break_insn for x86-64 CPUs.
2010-02-04 13:39:27 +01:00
Eric Pouech
6979ea7d5b
winedbg: Implemented is_function_return method for x86-64 CPU.
2010-02-04 13:39:27 +01:00
Eric Pouech
7d3a9c6ffd
winedbg: Implement float fetching for x86-64 debugger.
2010-02-04 13:39:27 +01:00
Eric Pouech
7c9cd44965
winedbg: Added some more instructions disassembly.
2010-02-04 13:39:27 +01:00
Eric Pouech
4b8b078344
winedbg: Fix 32bit displacement sign extension.
2010-02-04 13:39:27 +01:00
Eric Pouech
7f1105e656
winedbg: Add disassembly capacity to x86-64 backend.
2010-02-04 13:39:27 +01:00
Eric Pouech
e1b677dcd1
winedbg: For x86-64 CPU, fix $rip variable definition.
2010-02-04 13:39:27 +01:00
Eric Pouech
f91948ad94
winedbg: Extend print_typed_basic to handle unicode strings.
2010-02-04 13:39:27 +01:00
Luca Bennati
45d3113747
winedbg: Add Italian translation.
2010-02-02 11:47:19 +01:00
Marcin Baczyński
477117a03f
winedbg: Remove superfluous void* cast.
2010-01-07 17:59:57 +01:00
André Hentschel
76c518539f
winedbg: Update link.
2010-01-06 09:52:44 +01:00
Eric Pouech
280259aaca
winedbg: In "info threads" commands, also show the name of the processes even if not debugged.
2009-12-30 16:15:20 +01:00
Gerald Pfeifer
f2d18c1c26
winedbg: Use #elif defined(...) instead of plain #elif in main().
2009-12-28 12:27:16 +01:00
Gerald Pfeifer
0885d345b6
winedbg: Use #elif defined(...) instead of plain #elif when detecting architectures in dbg_start_interactive().
2009-12-23 14:27:30 +01:00
Eric Pouech
4c661dc822
winedbg: Fix for stack symbols on 64bit platform.
2009-12-22 15:38:28 +01:00
Eric Pouech
afcd3a6b1a
winedbg: Ensure the stack pointer is also passed to StackWalk.
2009-12-22 15:38:14 +01:00
Eric Pouech
a775d41c10
winedbg: Push the correct machine type to StackWalk.
2009-12-22 15:38:01 +01:00
Nicolas Le Cam
7692d926e8
winedbg: Fix Norwegian translation warning by adding UTF-8 pragma.
2009-12-16 12:20:35 +01:00
Alexander Nicolaysen Sørnes
bdda678803
winedbg: Add Norwegian Bokmål translation.
2009-12-15 16:09:12 +01:00
Eric Pouech
4195c2f3bb
winedbg: Implement breakpoint management for x86_64 targets.
2009-12-15 11:58:15 +01:00
Eric Pouech
f96bdda0f3
winedbg: Added 'a' to the format supported in examine command (a stands for address).
2009-12-15 11:55:57 +01:00
Eric Pouech
5aa859de72
winedbg: Allow internal (host) integral variables to hold 64bit value on 64bit platforms.
2009-12-15 11:55:41 +01:00
Eric Pouech
4ce6c90c36
winedbg: Fix some types for homogenous support on 64bit platform.
2009-12-15 11:55:17 +01:00
Eric Pouech
12c3a012cb
winedbg: Force 64bit line number information throughout the code to ease 64bit portability.
2009-12-14 12:30:56 +01:00
Eric Pouech
91c7ff2994
winedbg: For the x86_64 backend, fetch all the integral types.
2009-12-14 12:30:42 +01:00
Eric Pouech
ab2e0bdef6
winedbg: Added a couple of tweaks to properly support 32bit vs 64bit wide addresses.
2009-12-14 12:30:33 +01:00
Eric Pouech
97d44dd399
dbghelp: Force 64bit module enumeration on all platforms.
2009-12-14 12:29:43 +01:00
Eric Pouech
7daa50c041
winedbg: Ensure all addresses passed to break functions are 64bit wide.
2009-12-14 12:29:35 +01:00
Eric Pouech
485280c64b
winedbg: Enforce 64bit modules address on 64bit platforms.
2009-12-14 12:29:23 +01:00
Francois Gouget
e19c71ad80
winedbg: Use SUBLANG_NEUTRAL for Spanish.
2009-12-14 12:04:04 +01:00
Alexandre Julliard
ec73f0b71a
winedbg: Fix a number of 64-bit pointer truncation issues.
2009-12-10 15:23:45 +01:00
Alexandre Julliard
c09ac7a41f
winedbg: Use the explicit name for all A/W function.
2009-12-09 18:14:07 +01:00
Jaime Rave
2113050e75
winedbg: Add Spanish translation.
2009-12-09 12:19:25 +01:00
Eric Pouech
a116f78ded
winedbg: In proxy mode, correctly init the wine_segs fields.
2009-11-09 20:02:20 +01:00
Eric Pouech
700d9df414
winedbg: Properly manage Wine's dbghelp extensions for constant symbols which value is passed by ref.
2009-10-05 14:56:47 +02:00
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
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
Francois Gouget
8a18e0e43a
Assorted spelling fixes.
2008-04-07 13:36:18 +02:00
Alexandre Julliard
41fbacefa1
Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead.
2008-02-19 15:42:49 +01:00
Rob Shearman
878ea5d2e2
Add the nounistd option to all lex source files.
2008-02-19 13:39:25 +01:00
Alexandre Julliard
a8b0a5ea91
winedbg: Avoid using size_t in an error message.
2008-02-18 14:10:03 +01:00
Rob Shearman
a82f4dd9b7
Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
...
When using native compiler exceptions, it isn't valid to use
GetExceptionCode and GetExceptionInformation anywhere other than in the
filter or handler blocks since it would be very hard for the compiler to
work out where to retrieve the exception information from on the stack.
Therefore, remove the WINE_EXCEPTION_FILTER and WINE_FINALLY_FUNC macros
which enabled GetExceptionCode, GetExceptionInformation and
AbnormalTermination to be used inside of the functions they declared and
fix up all callers to access the information directly.
2008-02-16 14:57:44 +01:00
Eric Pouech
336c000d4e
winedbg: Implemented the pXX request in gdb proxy.
2008-02-04 14:18:59 +01:00
Eric Pouech
bce64150eb
winedbg: Added a way to support differently selector information depending on current target.
2008-01-14 13:38:21 +01:00
Eric Pouech
bd007a1576
winedbg: Workaround broken minidumps with invalid 32->64 address conversion.
2008-01-14 13:37:54 +01:00
Eric Pouech
f7908160eb
winedbg: Fixed bt all so that current process/thread isn't lost.
2008-01-14 13:37:40 +01:00
Gerald Pfeifer
cdaf13052a
winedbg: Warning fixes.
2007-11-29 15:34:45 +01:00
Gerald Pfeifer
a6dd4795fa
winedbg: Fix type of loop variable in types_udt_find_element().
2007-11-16 13:23:48 +01:00
Alexandre Julliard
c77bc840de
winedbg: Print a backtrace in --auto mode.
2007-11-13 21:35:30 +01:00
Andrew Talbot
d275a4d3af
winedbg: Fix a memory leak.
2007-10-24 15:51:05 +02:00
Francois Gouget
c4b1195c0c
Assorted spelling fixes.
2007-10-23 18:20:27 +02:00
Francois Gouget
98d63f3435
dbghelp & imagehlp: Fix the PSYM_ENUMSYMBOLS_CALLBACK() and PSYM_ENUMERATESYMBOLS_CALLBACK() prototypes.
...
Tweak the actual callbacks to better match the prototypes.
2007-09-18 11:20:24 +02:00
Francois Gouget
9271fcc86d
winedbg: 'winedbg --auto' and 'winedbg --minidump' should detach when done so as to not mess up the crashed process exit code.
2007-08-31 12:08:58 +02:00
Francois Gouget
6d1f931615
winedbg: Detach from the debuggee before exiting.
2007-08-31 12:08:58 +02:00
Francois Gouget
9d2f48dc0f
dbghelp: Better match the PSDK types, especially with regards to constness.
...
Also add a number of missing prototypes, especially 64bit or Unicode
versions of existing prototypes, and the related structures. Update
win32.api to fix the winapi_check warnings.
2007-08-03 12:43:40 +02:00
Michael Stefaniuc
9a522589fb
programs: Remove unreachable break after return/break. Found by Smatch.
2007-07-19 11:57:53 +02:00
Alexandre Julliard
87fe0145c0
winedbg: Added support for indirect call with absolute address.
2007-06-18 17:21:07 +02:00
Dmitry Timoshkov
e0510e42fe
winedbg: Fix a problem revealed by compilation in 64-bit mode.
2007-05-24 11:36:36 +02:00
Peter Oberndorfer
394a36c25a
winedbg: Only check for break/watch points on first chance exceptions.
2007-05-23 12:51:16 +02:00
Peter Oberndorfer
0bfb26aa99
winedbg: Show some info for msvcrt C++ exceptions.
2007-05-23 12:51:02 +02:00
Alexandre Julliard
55a57c2130
winedbg: Properly handle EOF on input.
2007-04-26 14:25:32 +02:00
Chris Robinson
449aacc125
winedbg: Align module addresses to 8 characters.
2007-04-09 12:18:55 +02:00
Eric Pouech
06b414086a
winedbg, winedump: Extended some info printed from system info directory in minidump about the CPU.
2007-04-02 12:07:12 +02:00
Eric Pouech
0fc4013f7c
winedbg: When reloading real PE modules from a minidump, also look in the search path (as we do for ELF modules).
2007-04-02 12:06:28 +02:00
Peter Oberndorfer
e879efcc74
winedbg: Do not write over const char * parameter.
...
Also pass the right string to SymEnumSymbols and check for _ in symbol
name, instead of beginning of string.
2007-03-08 11:58:17 +01:00
Eric Pouech
deaa366e4c
winedbg: Forward the wShowWindow option from winedbg to the debuggee.
2007-03-06 12:11:18 +01:00
Eric Pouech
e374bcffee
winedbg: We no longer need to force for ELF modules in minidumps as we do it automatically now.
2007-03-06 12:11:13 +01:00
Eric Pouech
cc3dd00c04
dbghelp: module target: Better error handling when init fails and creates a dummy thread.
2007-03-05 12:15:45 +01:00
Eric Pouech
90167f26d3
winedbg: When reloading a minidump, recreate all threads from the thread record (and not just the first one).
2007-03-05 12:14:58 +01:00
Eric Pouech
dbe0610bb4
winedbg: Fix printing function signature type for circular references on return type.
2007-03-05 12:14:42 +01:00
Eric Pouech
51a9b2273b
winedbg: Fix maint type when no process is active.
2007-03-05 12:14:22 +01:00
Eric Pouech
7694da86ab
winedbg: Some enhancements by using Unicode flavors.
2007-02-22 12:28:17 +01:00
Eric Pouech
b795f8735d
winedbg: Support for debugging child processes.
...
Added internal flag (AlsoDebugProcChild) to let winedbg debug both
parent and child (in the same WineDbg session).
2007-02-12 13:59:53 +01:00
Eric Pouech
6cf2734574
winedbg: Correctly handle invalid read conditions.
2007-02-12 13:59:14 +01:00
James Hawkins
8be71fef5b
winedbg: Check buffer for NULL before writing to it.
2007-01-11 12:04:51 +01:00
Eric Pouech
b2557f25d9
winedbg: Added a maintenance command to load a given module (for debug purposes).
2007-01-04 11:12:06 +01:00
Alexandre Julliard
7035aa5041
make_makefiles: Generate the top-level .gitignore file.
...
Add a PROGRAMS variable in some makefiles to make things easier.
2006-12-27 21:23:36 +01:00
Alexandre Julliard
6744929428
winedbg: Win64 printf format fixes.
2006-12-20 14:57:08 +01:00
Alexandre Julliard
2bc33389e8
winedbg: Fixed a few data types.
2006-12-20 14:57:08 +01:00
Francois Gouget
367f91fb5c
Assorted spelling fixes.
2006-12-14 20:25:05 +01:00
Eric Pouech
32a8b2fa59
winedbg: Added support for constant values passed by dbghelp.
2006-12-06 11:38:53 +01:00
Eric Pouech
a274689b09
winedbg: Dwarf can emit REGREL symbol information, so handle it.
...
Factorize a bit more some symbol handling code.
2006-12-04 14:03:19 +01:00
Eric Pouech
932ad65c83
winedbg: Now that local variable computation depends on instruction
...
pointer value, be sure to have the relevant insn ptr value when
fetching the stack frames (spotted by Peter Oberndorfer).
2006-12-04 14:03:04 +01:00
Eric Pouech
d6d8682d71
winedbg: Added some black magic to still handle register values on non
...
current frame for some of the registers we know of (frame pointer,
stack pointer).
2006-12-04 14:02:02 +01:00
Eric Pouech
4c634078b3
winedbg: Remove some hassle from sgv_cb, and handle line number displacement where needed.
2006-12-04 14:01:38 +01:00
Eric Pouech
66cbe625d4
winedbg: No longer test filename in sgv_cb, but do it in the only place where we actually need it.
2006-12-04 14:01:02 +01:00
Eric Pouech
7ca25148f4
winedbg: Added basic support for printing 64bit wide entities.
2006-11-27 18:09:30 +01:00
Eric Pouech
135f2e1b79
winedbg: Host references lookup.
...
Since more and more information in now available through the CPU
registers, those require DLV_HOST access to be a bit better handled
than it is...
2006-11-27 18:07:00 +01:00
Eric Pouech
62f16d3cd4
winedbg: Various information printing issues.
...
- in backtraces, (void) functions should be listed with '()' as arguments instead of ''
- factorized code for diplaying information about a local/parameter
- fixed a couple of bugs here
- rewrote format specifiers for print commands (do no waste space for padding data)
- added support for new wine's dbghelp extension for local/parameter
variables being out of scope
2006-11-27 18:06:41 +01:00
Eric Pouech
ec087dac4f
winedbg: Added a few more cases where we inspect if i386 instructions
...
are actually calls (based on previous work by Jeff Latimer).
2006-10-23 12:27:00 +02:00
Peter Oberndorfer
9e30761951
winedbg: Print frame address instead of duplicated bare address in backtrace.
2006-10-18 12:35:20 +02:00
Francois Gouget
82babbee0b
Add missing '\n's to Wine traces.
2006-10-05 17:46:48 +02:00
Eric Pouech
6a0568a11a
winedbg: Rewrote the file handling to use SearchPath instead of home grown version.
2006-10-03 20:19:19 +02:00
Eric Pouech
28dc896b28
winedbg: Fixed the auto mode.
2006-10-03 11:54:36 +02:00
Peter Oberndorfer
b480668942
winedbg: Don't try to read to invalid memory if winedbg does not find the thread.
2006-10-02 21:37:34 +02:00
Michael Stefaniuc
85ce5117c5
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
2006-09-29 16:08:30 +02:00
Eric Pouech
588a4422b0
winedbg: Fixed regression in gdb startup (especially gdb proxy).
2006-09-26 12:04:06 +02:00
Eric Pouech
e3f8799a42
winedbg: Put back the %d format for printing integral values even for
...
64bit internal values as the default format in winebdg command imposes.
2006-09-26 11:59:55 +02:00
Alexandre Julliard
a27d0aa4e9
include: Added definitions for the fault address exception information.
2006-09-20 11:27:53 +02:00