ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / programs / winedbg /
2013-03-11  André Hentschelwinedbg: Remove SPARC support.
2013-03-06  Alexandre Julliardwinedbg: Use socklen_t where appropriate.
2013-02-26  André Hentschelwinedbg: Add support for XML Target Descriptions to...
2013-02-25  André Hentschelwinedbg: There is no hardware single stepping support...
2013-02-13  André Hentschelwinedbg: Add PState to cpu_register_map for ARM64.
2013-01-16  André Hentschelwinedbg: Add ARM64 support.
2013-01-08  Alexandre Julliardwinedbg: Use an if instead of a switch in case some...
2013-01-07  Marcus Meissnerwinedbg: Free snapshot handle in error path (Coverity).
2013-01-07  André Hentschelwinedbg: Use a switch-case style implementation in...
2013-01-07  André Hentschelwinedbg: Add shifted register dataprocessing operators...
2013-01-02  André Hentschelwinedbg: Add modified immediate dataprocessing operator...
2013-01-02  André Hentschelwinedbg: Add plain binary dataprocessing operators...
2013-01-02  Eric Pouechwinedbg: In 'info proc' command, list hierarchy of...
2012-12-20  Austin Englishwinedbg: stack_backtrace should not return a value.
2012-12-10  André Hentschelwinedbg: Add load/store dual/exclusive and table branch...
2012-12-07  André Hentschelwinedbg: Add load/str multiple operators to Thumb2...
2012-10-26  André Hentschelwinedbg: Cleanup if gdb startup fails (coverity).
2012-10-23  André Hentschelwinedbg: Fix check for register number (coverity).
2012-10-22  André Hentschelwinedbg: Buffer size includes the quotes (coverity).
2012-10-08  Alexandre Julliardwinedbg: Mark the lexer as always interactive to preven...
2012-10-08  André Hentschelwinedbg: Adjust copyright to avoid confusions.
2012-10-08  André Hentschelwinedbg: Simplify Coprocessor operators in the Thumb2...
2012-10-08  André Hentschelwinedbg: Add load non-word operators to Thumb2 disassem...
2012-10-08  André Hentschelwinedbg: Add preload operators for Thumb2 disassembler.
2012-10-04  André Hentschelwinedbg: Reorder disassembler functions to match instru...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data transfer operators for...
2012-10-04  André Hentschelwinedbg: Add enhanced Coprocessor move operators to...
2012-10-04  André Hentschelwinedbg: Add Coprocessor data operators for Thumb2...
2012-10-03  André Hentschelwinedbg: Add control operators to Thumb2 disassembler.
2012-10-03  André Hentschelwinedbg: Add hint operators to Thumb2 disassembler.
2012-10-03  André Hentschelwinedbg: Add special register processing operators...
2012-10-03  André Hentschelwinedbg: Improve and add branch operators for Thumb2...
2012-10-01  Alexandre JulliardMark all lexers as never-interactive.
2012-08-27  André Hentschelwinedbg: Add register data processing operators to...
2012-08-27  André Hentschelwinedbg: Add store operators to Thumb2 disassembler.
2012-08-24  André Hentschelwinedbg: Add load word operators to Thumb2 disassembler.
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-08-15  Dmitry Timoshkovwinedbg: Make the crash dialog slightly larger and...
2012-08-13  Michael Stefaniucwinedbg: Avoid TRUE:FALSE conditional expressions.
2012-08-13  André Hentschelwinedbg: Add Coprocessor move operators to Thumb2 disas...
2012-07-27  Michael Stefaniucwinedbg: Simplify the "pointer to start of array" idiom.
2012-07-09  André Hentschelwinedbg: Add new operators regarding data processing...
2012-07-09  André Hentschelwinedbg: Add swap operator to ARM disassembler.
2012-07-09  André Hentschelwinedbg: Add multiplication operators to ARM disassembler.
2012-07-09  André Hentschelwinedbg: Add branch and exchange operator to ARM disass...
2012-06-25  Eric Pouechwinedbg: In 'info locals' command, show the full regist...
2012-06-11  André Hentschelwinedbg: Add long multiplication and division operators...
2012-06-11  André Hentschelwinedbg: Add multiplication operators to Thumb2 disasse...
2012-05-29  Alexandre Julliardwinedbg: Fix some pointer conversion warnings.
2012-05-23  Eric Pouechwinedbg: In the gdb remote protocol implementation...
2012-05-21  Eric Pouechwinedbg: In the gdb remote protocol implementation...
2012-05-16  André Hentschelwinedbg: Add partial Thumb2 disassembler.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Eric Pouechwinedbg: Also recognize 'rep ret' as a valid return...
2012-05-09  Eric Pouechwinedbg: Fix printing of fp registers for x86_64 CPU.
2012-05-02  André Hentschelwinedbg: Complete the Thumb disassembler.
2012-04-23  André Hentschelwinedbg: Print all available information about branch...
2012-04-20  André Hentschelwinedbg: Add "load address" and new nops to the Thumb...
2012-04-19  André Hentschelwinedbg: Disassemble more Thumb instructions.
2012-04-18  André Hentschelwinedbg: Add shift operators to ARM disassembler.
2012-04-17  André Hentschelwinedbg: Fix parsing table for ARM disassembler.
2012-04-16  André Hentschelwinedbg: Use better register names for ARM disassembling.
2012-04-16  André Hentschelwinedbg: Solve ARM disassembling fixmes.
2012-04-16  André Hentschelwinedbg: Add long branch to Thumb disassembling.
2012-04-13  André Hentschelwinedbg: Add partial Thumb disassembler.
2012-04-12  André Hentschelwinedbg: Add partial ARM disassembler.
2012-04-06  André Hentschelwinedbg: Implement be_arm_store_integer on ARM.
2012-04-05  Eric Pouechwinedbg: Fix set instruction when sizeof(int) <> sizeof...
2012-03-27  André Hentschelwinedbg: Fix a typo.
2012-03-12  André Hentschelwinedbg: Respect Thumb mode when adjusting PC on ARM.
2012-03-09  André Hentschelwinedbg: Use copy of be_i386_fetch_float for be_arm_fet...
2012-02-20  Francois Gougetwinedbg: The winedbg debug channel is unused in crashdl...
2012-02-11  Eric Pouechwinedbg: Let the lexer accept char definitions as integ...
2012-01-24  Eric Pouechwinedbg: Enhance algorithm to look up for memory data...
2012-01-24  Eric Pouechwinedbg, winedump: Embed wine build-id information...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2012-01-20  Alexandre Julliardwinedbg: Use the standard dialog font for the crash...
2012-01-19  Marcus Meissnerwinedbg: LoadStringw gets character size, not bytes.
2012-01-19  André Hentschelwinedbg: Also adjust the detailed crash dialog controls...
2012-01-18  Alexandre Julliardwinedbg: Display the crash details dialog from a separa...
2012-01-18  André Hentschelwinedbg: Adjust button size to fit more translations.
2012-01-18  André Hentschelwinedbg: Remove superfluous break instruction.
2012-01-17  Alexandre Julliardwinedbg: Append some system information to the crash...
2012-01-17  Alexandre Julliardwinedbg: Make the crash details dialog resizable.
2012-01-17  Alexandre Julliardwinedbg: Add a dialog to display crash details and...
2012-01-17  Alexandre Julliardwinedbg: Split minidump option handling to a separate...
2012-01-16  Alexandre Julliardwinedbg: Kill the whole target process on exit in auto...
2012-01-04  Eric Pouechwinedbg: Added support for qAttached query packet.
2012-01-04  Eric Pouechdbghelp: When StackWalk fails to get any frame informat...
2012-01-03  Eric Pouechwinedbg: In x86_64 backend, now recognize 'rep ret...
2011-11-28  Alexandre Julliardwinedbg: Use proper links in the crash dialog.
2011-11-18  Alexandre Julliardwinedbg: Convert dialogs to po files.
2011-11-02  André Hentschelwinedbg: Use ARMv7 for debugging.
2011-10-05  Eric Pouechwinedbg: Don't assert() on unsupported v-packets, but...
2011-08-05  Frédéric Delanoywinedbg: Remove dead assignment (Clang).
2011-06-01  André Hentschelwinedbg: Increase buffer for function names.
2011-05-26  Gerald Pfeiferwinedbg: Disable some dead code in expr_eval.
2011-05-26  Akihiro Sagawawinedbg: Add Japanese resource.
2011-05-18  Andrew Nguyenwinedbg: Eliminate a possible memory leak in input_fetc...
next