nickysn
|
011e8fcd07
* moved the code for setting max width and then restoring it when obtaining a
|
10 years ago |
nickysn
|
aece198492
* moved the code from the libgdb.a interface for setting maximum width and then
|
10 years ago |
nickysn
|
52d13e6ddb
+ added 16-bit int overloads for TGDBController.GetIntRegister. Useful for
|
10 years ago |
nickysn
|
de6975d001
* improvements to the libgdb.a version of Print[Formatted]Command:
|
10 years ago |
pierre
|
1d865d6422
Add SelectFrameCommand method to TGDBController in gdbcon and gdbmicon units (not yet used in ide code)
|
10 years ago |
nickysn
|
547e20f1a2
* just realized that AnsiStrPas is entirely unnecessary, because typecasting a
|
10 years ago |
nickysn
|
00e3c906ef
* fixed AnsiStrPas
|
10 years ago |
nickysn
|
7859afccc4
* TGDBController.InternalGetValue made private to protect from accidental use
|
10 years ago |
nickysn
|
67a66f104d
* converted the result of TGDBController.PrintCommand from pchar to ansistring:
|
10 years ago |
pierre
|
caa77e1f8d
Add TGDBController.SetCommand method and use it
|
10 years ago |
pierre
|
36086cc183
ide/gdbmiint.pas: Add init_count field,
|
10 years ago |
nickysn
|
bd467adf52
* use StrDispose instead of Dispose in the libgdb.a implementation of GetIntRegister
|
10 years ago |
nickysn
|
d83655f73c
+ implemented the GetIntRegister methods added in r29795 in the libgdb.a
|
10 years ago |
nickysn
|
8ed6109955
* setting breakpoint ignore count implemented via gdb/mi command in the gdb/mi
|
10 years ago |
nickysn
|
46695f37b4
* use the gdb/mi command for setting breakpoint conditions in the gdb/mi interface
|
10 years ago |
nickysn
|
1bfcf14ef9
* use gdb/mi commands to enable/disable breakpoints in the gdb/mi interface
|
10 years ago |
nickysn
|
c2d659950e
* use the gdb/mi command for deleting breakpoints
|
10 years ago |
nickysn
|
a445b4730b
+ added breakpoint flags parameter to TGDBController.BreakpointInsert. The
|
10 years ago |
nickysn
|
186e86b353
* compilation of gdbcon.pp fixed after r29746
|
10 years ago |
nickysn
|
df234bd7fe
+ added method WatchpointInsert to TGDBController, with a gdb/mi implementation
|
10 years ago |
nickysn
|
4f8b8da879
+ added method BreakpointInsert to gdbcon, which supports the gdb/mi command for
|
10 years ago |
nickysn
|
a47a810475
+ implemented gdb/mi backtraces
|
10 years ago |
nickysn
|
f06731ae4f
* TDebugController.SetTBreak (adds a temporary breakpoint, used for things like
|
10 years ago |
nickysn
|
8f9c062e4d
* fixed Run->"Until return" in the GDB/MI debugger
|
10 years ago |
pierre
|
97a902eb14
Also include gdblib.inc if USE_GDBIBINC macro is set, needed to get USE_MINGW_GDB macro used inside UnixDir
|
10 years ago |
michael
|
3408f8409a
* Preparation for Unicode RTL compilation
|
12 years ago |
pierre
|
a2d12c557d
Use ptrint to cast a pointer to an integer
|
15 years ago |
pierre
|
de0f1b2866
* Add start_break_number field to TGDBController object
|
15 years ago |
marco
|
6eeab240ba
* preparation for mingw debug info, Mantis 11968 as researched by Mario Mahardhika
|
16 years ago |
marco
|
4589df16b0
* gdbint moved
|
17 years ago |