Commit Verlauf

Autor SHA1 Nachricht Datum
  nickysn 011e8fcd07 * moved the code for setting max width and then restoring it when obtaining a vor 10 Jahren
  nickysn aff3fb62ae - rm code that parses the response when retrieving the value of a watchpoint vor 10 Jahren
  nickysn 7b6e649714 * simplified the GetValue nested procedure inside TWatch.Get_new_value vor 10 Jahren
  nickysn e52238df42 - rm code for parsing and extracting the value of the print command result, when vor 10 Jahren
  nickysn a32b335832 * use sizeof(CORE_ADDR) instead of sizeof(pointer) for finding the parameters vor 10 Jahren
  pierre 3af4a43834 Use sizeof(CORE_ADDR)*2 in hexstr call inside GetLongintAt and GetPointerAt methods vor 10 Jahren
  pierre 1c5be35315 vor 10 Jahren
  nickysn 249be70290 * show 64-bit addresses as 64-bit in the stack trace vor 10 Jahren
  nickysn 7acc709ac0 * prepend the watch value with '= ' to keep the old way the IDE watches looked vor 10 Jahren
  nickysn 08ed7778db - removed the response parsing code for extracting the watch value from vor 10 Jahren
  nickysn 9d1c9a2a6a * fixed watches under gdb/mi after r30043 vor 10 Jahren
  nickysn 67a66f104d * converted the result of TGDBController.PrintCommand from pchar to ansistring: vor 10 Jahren
  pierre caa77e1f8d Add TGDBController.SetCommand method and use it vor 10 Jahren
  pierre 36086cc183 ide/gdbmiint.pas: Add init_count field, vor 10 Jahren
  nickysn c62f3ec271 * handle failure in GetFPCBreakErrorParameters and continue execution silently vor 10 Jahren
  nickysn 47509b0148 + added parameter BreakIndex (containing the breakpoint index if we stopped on a vor 10 Jahren
  pierre eeda87007e + Handle failure of LoadFile method inside TDebugController.SetExe vor 10 Jahren
  nickysn 3b55dd919d * fixed getting the FPC_BREAK_ERROR parameters on i386 vor 10 Jahren
  nickysn ac79722eb2 * use the Backtrace method (which supports gdb/mi) instead of issuing the vor 10 Jahren
  nickysn 4a1a443ffa * fixed getting the FPC_BREAK_ERROR parameters on x86_64 vor 10 Jahren
  nickysn 5ec640006c * moved the code that obtains the parameters to HandleErrorAddrFrame (after vor 10 Jahren
  nickysn 8ed6109955 * setting breakpoint ignore count implemented via gdb/mi command in the gdb/mi vor 10 Jahren
  nickysn 46695f37b4 * use the gdb/mi command for setting breakpoint conditions in the gdb/mi interface vor 10 Jahren
  nickysn 1bfcf14ef9 * use gdb/mi commands to enable/disable breakpoints in the gdb/mi interface vor 10 Jahren
  nickysn c2d659950e * use the gdb/mi command for deleting breakpoints vor 10 Jahren
  nickysn a1afce8a69 * fixed crash with the gdb/mi debugger, when trying to step/run a program with vor 10 Jahren
  nickysn a445b4730b + added breakpoint flags parameter to TGDBController.BreakpointInsert. The vor 10 Jahren
  nickysn df234bd7fe + added method WatchpointInsert to TGDBController, with a gdb/mi implementation vor 10 Jahren
  nickysn 4f8b8da879 + added method BreakpointInsert to gdbcon, which supports the gdb/mi command for vor 10 Jahren
  nickysn a47a810475 + implemented gdb/mi backtraces vor 10 Jahren