コミット履歴

作者 SHA1 メッセージ 日付
  Eric Pouech 0a16dbc730 winedbg: Move bitfield extraction to extract_lgint. 3 年 前
  Eric Pouech ef3fca0c33 winedbg: Revamp dbg_lvalue structure and add helpers for init. 3 年 前
  Eric Pouech 53ae7824b6 winedbg: Introduce dbg_lg(u)int_t and migrate all integral computations on this type. 3 年 前
  Eric Pouech d65edd04cc winedbg: Use I width modifier for DWORD_PTR printf's args. 3 年 前
  Alexandre Julliard 2a92c58e11 include: Use the standard va_list instead of __ms_va_list when building with msvcrt. 3 年 前
  Eric Pouech e3fc699afa winedbg: Fix result type in expression's computation. 3 年 前
  Alexandre Julliard 0ea9fe999c winedbg: Build with msvcrt. 3 年 前
  Alexandre Julliard b9046a4936 winedbg: Avoid using 'long' types. 3 年 前
  Zebediah Figura 42bbeedbe4 winedbg: Make be_cpu process-specific. 6 年 前
  Frédéric Delanoy fe580c083d winedbg: Use BOOL type where appropriate. 11 年 前
  Gerald Pfeifer 87c0e868be winedbg: Disable some dead code in expr_eval. 13 年 前
  Eric Pouech 2becd3349d winedbg: Merge pointer deref and array index functions into a single one. 15 年 前
  Eric Pouech 5aa859de72 winedbg: Allow internal (host) integral variables to hold 64bit value on 64bit platforms. 15 年 前
  Alexandre Julliard 4441065182 winedbg: Fix pointer cast warnings on 64-bit. 16 年 前
  Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 19 年 前
  Eric Pouech 9d0b5f5372 winedbg: Added a more decent scheme for handling segmented addresses. 19 年 前
  Eric Pouech 4d7f9f7c65 winedbg: Fixed broken code about type management for binary operator. 19 年 前
  Eric Pouech 34db4856ae dbghelp,winedbg: SYMBOL_INFO fix. 19 年 前
  Eric Pouech 6b7bebfbf9 SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a 19 年 前
  Mike McCormack 516a577df1 Fix gcc 4.0 warnings. 19 年 前
  Eric Pouech 29a70954f9 - no longer store internally the " for strings 20 年 前
  Eric Pouech 5fe480b472 - fixed regression in ctrl-c handling 20 年 前
  Eric Pouech 926f66186f - fixed breakpoint enabled/disabled state management 20 年 前
  Eric Pouech deca2502d6 - all symbol information storage is now module relative, so we can 21 年 前
  Eric Pouech 48f97983d7 - get rid of winedbg internal channels for output 21 年 前
  Alexandre Julliard e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 21 年 前
  Eric Pouech 9ca4119688 Fixed some bugs in cast operator. 22 年 前
  Eric Pouech 2fc867c045 Added ability to abort on interactive symbol lookup. 22 年 前
  Alexandre Julliard f264bd326b Moved the debugger to programs/winedbg where it belongs. 22 年 前