summaryrefslogtreecommitdiff
path: root/packages/gdbint/src
Commit message (Expand)AuthorAgeFilesLines
* Use 0 instead of 0xffffffff to disable page widthpierre2020-05-131-4/+3
* Use 0 instead of 0xffffffff to disable page widthpierre2020-05-131-1/+1
* * Fix compilation of gdbint unit for go32v2, should resolve bug report 36923.pierre2020-04-181-1/+1
* Try to fix problems for more recent GDB versions.pierre2020-03-311-11/+36
* Fix compilation of GDB version 7.12.1pierre2019-05-161-0/+48
* Add GDB 7.12 version and fix warning about no recognized versionpierre2017-03-051-1/+18
* Prepare for upcoming GDB 7.11 releasepierre2016-02-101-0/+11
* Fixed use with 7.9 release or later, symtab strcut was completely changedpierre2015-12-071-0/+22
* * moved the code for setting max width and then restoring it when obtaining anickysn2015-03-241-0/+2
* * moved the code from the libgdb.a interface for setting maximum width and thennickysn2015-03-231-30/+50
* + added 16-bit int overloads for TGDBController.GetIntRegister. Useful fornickysn2015-03-061-0/+20
* annotate_source also has gdbarch parameter since 7.0pierre2015-03-041-2/+6
* Add missing gdbarch field for annotate_frame_begin for version 7.0 or abovepierre2015-03-041-1/+10
* * switch to always using an unsigned type for CORE_ADDRnickysn2015-03-021-1/+1
* * improvements to the libgdb.a version of Print[Formatted]Command:nickysn2015-03-021-12/+20
* * fixed compilation of gdbint after r30071nickysn2015-03-021-8/+9
* * changed the type of TFrameEntry.address from PtrInt to CORE_ADDRnickysn2015-03-021-1/+1
* Add SelectFrameCommand method to TGDBController in gdbcon and gdbmicon units...pierre2015-03-021-0/+11
* * just realized that AnsiStrPas is entirely unnecessary, because typecasting anickysn2015-03-021-13/+2
* * fixed AnsiStrPasnickysn2015-03-011-1/+1
* * TGDBController.InternalGetValue made private to protect from accidental usenickysn2015-03-011-1/+4
* * converted the result of TGDBController.PrintCommand from pchar to ansistring:nickysn2015-03-011-8/+19
* Add TGDBController.SetCommand method and use itpierre2015-03-011-0/+14
* ide/gdbmiint.pas: Add init_count field,pierre2015-03-011-0/+88
* set last_breakpoint_address field type to CORE_ADDRpierre2015-02-271-1/+1
* * handle failure in GetFPCBreakErrorParameters and continue execution silentlynickysn2015-02-271-7/+8
* + added parameter BreakIndex (containing the breakpoint index if we stopped on anickysn2015-02-251-10/+13
* * use StrDispose instead of Dispose in the libgdb.a implementation of GetIntR...nickysn2015-02-231-1/+1
* + implemented the GetIntRegister methods added in r29795 in the libgdb.anickysn2015-02-221-0/+83
* * setting breakpoint ignore count implemented via gdb/mi command in the gdb/minickysn2015-02-221-0/+11
* * use the gdb/mi command for setting breakpoint conditions in the gdb/mi inte...nickysn2015-02-221-0/+10
* * use gdb/mi commands to enable/disable breakpoints in the gdb/mi interfacenickysn2015-02-221-0/+20
* * use the gdb/mi command for deleting breakpointsnickysn2015-02-221-0/+10
* + added breakpoint flags parameter to TGDBController.BreakpointInsert. Thenickysn2015-02-191-3/+10
* * compilation of gdbcon.pp fixed after r29746nickysn2015-02-171-1/+1
* + added method WatchpointInsert to TGDBController, with a gdb/mi implementationnickysn2015-02-171-0/+19
* + added method BreakpointInsert to gdbcon, which supports the gdb/mi command fornickysn2015-02-171-0/+7
* + implemented gdb/mi backtracesnickysn2015-02-172-0/+10
* * TDebugController.SetTBreak (adds a temporary breakpoint, used for things likenickysn2015-02-161-0/+8
* * fixed Run->"Until return" in the GDB/MI debuggernickysn2015-02-161-0/+7
* Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MING...pierre2015-02-101-0/+7
* * adding dragonfly to packages, mantis #27091marco2014-12-071-0/+35
* * fixed typo in r29048jonas2014-11-101-1/+1
* Add AIX supportpierre2014-11-091-1/+7
* Add USE_LOCAL_SET_GDB_DATA_DIRECTORY macro, to avoid main.o incorporationpierre2014-11-051-1/+11
* Add support for GDB version 7.8pierre2014-10-271-0/+50
* Fix GDB 7.7 support codepierre2014-02-071-1/+1
* Add missing field enable_count in breakpoint record (added in 7.5 release)pierre2014-01-171-1/+16
* Add annotate_displaty_prompt added before GDB 7.6 releasepierre2013-06-191-0/+8
* * Preparation for Unicode RTL compilationmichael2013-06-011-0/+1