Commit History

Author SHA1 Message Date
  Eric Pouech b0319099d0 winedbg: Enable compilation with long types. 2 years ago
  Eric Pouech 5f9d09f4bd winedbg: Remove fetch_float() method from CPU backends. 2 years ago
  Eric Pouech e656c29e59 winedbg: Remove methods for fetching/storing integers in CPU backends. 2 years ago
  Eric Pouech 77f84fd4d5 winedbg: Don't pretend that all dbg_internal_var instances will hold DWORD_PTR. 2 years ago
  Eric Pouech 6cee83a665 winedbg: Protect fetch_float() in CPU backends against buffer overflow. 3 years ago
  Eric Pouech 0ed49fabc3 winedbg: Protect against incorrect integer size in be_cpu.fetch_integer() method. 3 years ago
  Alexandre Julliard 13125b51cd winedbg: Avoid using the 'long double' type. 3 years ago
  Alexandre Julliard b9046a4936 winedbg: Avoid using 'long' types. 3 years ago
  Paul Gofman de1cb029f6 include: Define _XSAVE_FORMAT structure. 4 years ago
  Rémi Bernon fd6ea955d4 winedbg: Remove the use of gdb specific register length. 4 years ago
  Rémi Bernon 771463adbd winedbg: Add gdb register types to the register maps. 4 years ago
  Rémi Bernon a650b3d80a winedbg: Add gdb register names to the register maps. 4 years ago
  Rémi Bernon 6bfaa76caa winedbg: Add gdb feature names to the register maps. 4 years ago
  Alexandre Julliard 2a64e751e3 winedbg: Fix incorrect pointer casts. 6 years ago
  Zebediah Figura 1244759036 winedbg/gdbproxy: Store the register map inside the be_cpu struct. 6 years ago
  Zebediah Figura 5caaba7e3e winedbg: Implement debugging 32-bit processes on x86_64. 6 years ago
  Zebediah Figura cf349cea69 winedbg: Add a backend-specific vector for setting a thread's context. 6 years ago
  Zebediah Figura 2326179312 winedbg: Add a backend-specific vector for retrieving a thread's context. 6 years ago
  Zebediah Figura 45e0654591 winedbg: Use WOW64_CONTEXT instead of CONTEXT for i386 backend. 6 years ago
  Zebediah Figura ad79c1eed2 winedbg: Add support for printing SSE (XMM) registers. 7 years ago
  Zebediah Figura 8314cdc45e winedbg: Add support for printing floating point registers. 7 years ago
  André Hentschel 51a4594f96 winedbg: Declare debug channel only when needed (Clang). 10 years ago
  Frédéric Delanoy f23cb66db6 winedbg: Use BOOL type where appropriate. 11 years ago
  Frédéric Delanoy baf4757c46 winedbg: Amend parameter name in *_fetch_integer. 11 years ago
  Frédéric Delanoy fe580c083d winedbg: Use BOOL type where appropriate. 11 years ago
  Alexandre Julliard e2761ab075 winedbg: Use an if instead of a switch in case some float types have the same size. 12 years ago
  Eric Pouech 18986ee013 winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64. 12 years ago
  Eric Pouech 88949b2c59 winedbg: Fix set instruction when sizeof(int) <> sizeof register. 12 years ago
  André Hentschel 71fe9c95a4 winedbg: Update a comment. 13 years ago
  André Hentschel 423a447fbe winedbg: Fix a typo. 13 years ago