nickysn
|
249be70290
* show 64-bit addresses as 64-bit in the stack trace
|
10 years ago |
nickysn
|
7acc709ac0
* prepend the watch value with '= ' to keep the old way the IDE watches looked
|
10 years ago |
nickysn
|
08ed7778db
- removed the response parsing code for extracting the watch value from
|
10 years ago |
nickysn
|
9d1c9a2a6a
* fixed watches under gdb/mi after r30043
|
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
|
c62f3ec271
* handle failure in GetFPCBreakErrorParameters and continue execution silently
|
10 years ago |
nickysn
|
47509b0148
+ added parameter BreakIndex (containing the breakpoint index if we stopped on a
|
10 years ago |
pierre
|
eeda87007e
+ Handle failure of LoadFile method inside TDebugController.SetExe
|
10 years ago |
nickysn
|
3b55dd919d
* fixed getting the FPC_BREAK_ERROR parameters on i386
|
10 years ago |
nickysn
|
ac79722eb2
* use the Backtrace method (which supports gdb/mi) instead of issuing the
|
10 years ago |
nickysn
|
4a1a443ffa
* fixed getting the FPC_BREAK_ERROR parameters on x86_64
|
10 years ago |
nickysn
|
5ec640006c
* moved the code that obtains the parameters to HandleErrorAddrFrame (after
|
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
|
a1afce8a69
* fixed crash with the gdb/mi debugger, when trying to step/run a program with
|
10 years ago |
nickysn
|
a445b4730b
+ added breakpoint flags parameter to TGDBController.BreakpointInsert. The
|
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
|
dc54903e01
* use gdb/mi command for setting tty
|
10 years ago |
nickysn
|
9eeef2581b
* use a gdb/mi command for adding source directories
|
10 years ago |
pierre
|
d0cfebc351
+ Use using_cygwin_gdb boolean, to convert path
|
10 years ago |
nickysn
|
3deac03582
* use a gdb/mi command when clearing the exe in TDebugController.SetExe
|
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 |
nickysn
|
a939ea06b6
+ initial implementation of GDB/MI (without LibGDB!) support for the text mode
|
10 years ago |