| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use 0 instead of 0xffffffff to disable page width | pierre | 2020-05-13 | 1 | -4/+3 |
| * | Use 0 instead of 0xffffffff to disable page width | pierre | 2020-05-13 | 1 | -1/+1 |
| * | * Fix compilation of gdbint unit for go32v2, should resolve bug report 36923. | pierre | 2020-04-18 | 1 | -1/+1 |
| * | Try to fix problems for more recent GDB versions. | pierre | 2020-03-31 | 1 | -11/+36 |
| * | Fix compilation of GDB version 7.12.1 | pierre | 2019-05-16 | 1 | -0/+48 |
| * | Add GDB 7.12 version and fix warning about no recognized version | pierre | 2017-03-05 | 1 | -1/+18 |
| * | Prepare for upcoming GDB 7.11 release | pierre | 2016-02-10 | 1 | -0/+11 |
| * | Fixed use with 7.9 release or later, symtab strcut was completely changed | pierre | 2015-12-07 | 1 | -0/+22 |
| * | * moved the code for setting max width and then restoring it when obtaining a | nickysn | 2015-03-24 | 1 | -0/+2 |
| * | * moved the code from the libgdb.a interface for setting maximum width and then | nickysn | 2015-03-23 | 1 | -30/+50 |
| * | + added 16-bit int overloads for TGDBController.GetIntRegister. Useful for | nickysn | 2015-03-06 | 1 | -0/+20 |
| * | annotate_source also has gdbarch parameter since 7.0 | pierre | 2015-03-04 | 1 | -2/+6 |
| * | Add missing gdbarch field for annotate_frame_begin for version 7.0 or above | pierre | 2015-03-04 | 1 | -1/+10 |
| * | * switch to always using an unsigned type for CORE_ADDR | nickysn | 2015-03-02 | 1 | -1/+1 |
| * | * improvements to the libgdb.a version of Print[Formatted]Command: | nickysn | 2015-03-02 | 1 | -12/+20 |
| * | * fixed compilation of gdbint after r30071 | nickysn | 2015-03-02 | 1 | -8/+9 |
| * | * changed the type of TFrameEntry.address from PtrInt to CORE_ADDR | nickysn | 2015-03-02 | 1 | -1/+1 |
| * | Add SelectFrameCommand method to TGDBController in gdbcon and gdbmicon units... | pierre | 2015-03-02 | 1 | -0/+11 |
| * | * just realized that AnsiStrPas is entirely unnecessary, because typecasting a | nickysn | 2015-03-02 | 1 | -13/+2 |
| * | * fixed AnsiStrPas | nickysn | 2015-03-01 | 1 | -1/+1 |
| * | * TGDBController.InternalGetValue made private to protect from accidental use | nickysn | 2015-03-01 | 1 | -1/+4 |
| * | * converted the result of TGDBController.PrintCommand from pchar to ansistring: | nickysn | 2015-03-01 | 1 | -8/+19 |
| * | Add TGDBController.SetCommand method and use it | pierre | 2015-03-01 | 1 | -0/+14 |
| * | ide/gdbmiint.pas: Add init_count field, | pierre | 2015-03-01 | 1 | -0/+88 |
| * | set last_breakpoint_address field type to CORE_ADDR | pierre | 2015-02-27 | 1 | -1/+1 |
| * | * handle failure in GetFPCBreakErrorParameters and continue execution silently | nickysn | 2015-02-27 | 1 | -7/+8 |
| * | + added parameter BreakIndex (containing the breakpoint index if we stopped on a | nickysn | 2015-02-25 | 1 | -10/+13 |
| * | * use StrDispose instead of Dispose in the libgdb.a implementation of GetIntR... | nickysn | 2015-02-23 | 1 | -1/+1 |
| * | + implemented the GetIntRegister methods added in r29795 in the libgdb.a | nickysn | 2015-02-22 | 1 | -0/+83 |
| * | * setting breakpoint ignore count implemented via gdb/mi command in the gdb/mi | nickysn | 2015-02-22 | 1 | -0/+11 |
| * | * use the gdb/mi command for setting breakpoint conditions in the gdb/mi inte... | nickysn | 2015-02-22 | 1 | -0/+10 |
| * | * use gdb/mi commands to enable/disable breakpoints in the gdb/mi interface | nickysn | 2015-02-22 | 1 | -0/+20 |
| * | * use the gdb/mi command for deleting breakpoints | nickysn | 2015-02-22 | 1 | -0/+10 |
| * | + added breakpoint flags parameter to TGDBController.BreakpointInsert. The | nickysn | 2015-02-19 | 1 | -3/+10 |
| * | * compilation of gdbcon.pp fixed after r29746 | nickysn | 2015-02-17 | 1 | -1/+1 |
| * | + added method WatchpointInsert to TGDBController, with a gdb/mi implementation | nickysn | 2015-02-17 | 1 | -0/+19 |
| * | + added method BreakpointInsert to gdbcon, which supports the gdb/mi command for | nickysn | 2015-02-17 | 1 | -0/+7 |
| * | + implemented gdb/mi backtraces | nickysn | 2015-02-17 | 2 | -0/+10 |
| * | * TDebugController.SetTBreak (adds a temporary breakpoint, used for things like | nickysn | 2015-02-16 | 1 | -0/+8 |
| * | * fixed Run->"Until return" in the GDB/MI debugger | nickysn | 2015-02-16 | 1 | -0/+7 |
| * | Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MING... | pierre | 2015-02-10 | 1 | -0/+7 |
| * | * adding dragonfly to packages, mantis #27091 | marco | 2014-12-07 | 1 | -0/+35 |
| * | * fixed typo in r29048 | jonas | 2014-11-10 | 1 | -1/+1 |
| * | Add AIX support | pierre | 2014-11-09 | 1 | -1/+7 |
| * | Add USE_LOCAL_SET_GDB_DATA_DIRECTORY macro, to avoid main.o incorporation | pierre | 2014-11-05 | 1 | -1/+11 |
| * | Add support for GDB version 7.8 | pierre | 2014-10-27 | 1 | -0/+50 |
| * | Fix GDB 7.7 support code | pierre | 2014-02-07 | 1 | -1/+1 |
| * | Add missing field enable_count in breakpoint record (added in 7.5 release) | pierre | 2014-01-17 | 1 | -1/+16 |
| * | Add annotate_displaty_prompt added before GDB 7.6 release | pierre | 2013-06-19 | 1 | -0/+8 |
| * | * Preparation for Unicode RTL compilation | michael | 2013-06-01 | 1 | -0/+1 |