Commit Graph

33 Commits

Author SHA1 Message Date
Basile Burg 6281f395cd gdb com, allow to pass stdin upon debugging starts
close #101
2021-11-10 04:08:41 +01:00
Basile Burg 3434ce561c fix #52 - support for selecting parent frames from the call stack view
or the ctx menu

Code was there for long time but deactivated because not working.
Nowadays that works, maybe older GDB versions had a bug ?
2021-10-10 18:51:44 +02:00
Basile Burg 541ceb240f address a few compiler warnings 2021-10-08 16:08:00 +02:00
Basile Burg 0679140ef9 fix #71 - add "Run until instruction" to gdb commander asm view 2021-09-15 03:36:41 +02:00
Basile Burg fcad680170 fix #86 - gdb commnader, cmain argc value is wrong when "queryArguments" is not checked 2021-09-11 22:12:35 +02:00
Basile Burg 6a7c74e3a1 fix #73 - Need gdb custom path setting for Linux and Windows 2021-08-01 13:05:39 +02:00
Basile Burg 5f3574cde1 gdb commander, allow to comment arguments 2021-08-01 12:48:02 +02:00
Basile Burg a070a21165 fix building gdb commander on windows 2020-10-13 14:53:41 +02:00
Basile Burg 425a7090af fix, gdv commander, possibly two items checked after "Select custom exe" + cancel in the dialog 2020-08-22 04:46:42 +02:00
Basile Burg 29d6d97697 fix, gdb com, no disassembly on signal caught
missing line info lead to bad formed MI request
2020-07-12 13:49:45 +02:00
Basile Burg 0b641095be more `<> nil` and `= nil` replaced with isAss/isNotAss
and inline those helpers
2020-07-12 00:20:16 +02:00
Basile Burg 891690410f rename isNil/NotNil Assigned/NotAssigned and add them for interfaces
FPC 3.2.0 required from now
2020-07-11 23:29:08 +02:00
Basile Burg 446cccbe2a TProcess.Parameters.Add -> TProcess.Parameters.AddStrings 2020-07-09 07:34:31 +02:00
Basile Burg 87c8ca3cd1 reafactor ... <> 0 with not ... equals(0) 2020-07-05 14:48:19 +02:00
Basile Burg b3da921d63 refactor = -1 with equals(-1) 2020-07-05 14:39:08 +02:00
Basile Burg 0196068b06 add helper for integer, refactor ` = 0` with equals(0) 2020-07-05 14:26:12 +02:00
Basile Burg 40b2a0b67f gdb com, add setting to limit the call stack depth 2020-07-02 06:35:40 +02:00
Basile Burg 017fef6fc1 allow to debug a custom executable 2020-06-06 17:32:26 +02:00
Basile Burg 5f206595d3 change field allowing to set what is debugged to an enumeration 2020-06-06 17:11:53 +02:00
Basile Burg 146fcc5732 fix #41 - GDB commander doesn't break on exceptions if program was compiled with LDC2 2020-05-27 18:59:53 +02:00
Basile Burg 593b49c695 replace uses of important literal with an unique string const 2020-04-25 02:17:49 +02:00
Basile Burg 42abae2c17 GDB commander, format and demangle result of evaluation triggered by mouse motion 2020-02-18 07:50:36 +01:00
Basile Burg 7a04995921 gdb commander, allow to evaluate the editor expression when mouse motion stops
this does not work very well because of the missing dereference (*) when required
so use of temporaries during debug might be advisable.
2020-02-13 03:35:38 +01:00
Basile Burg 70e85ed84e gdb commander, place results of custm eval in the variable list
it's not anymore required to inspect the raw gdbmi output to see them
2020-01-29 23:55:14 +01:00
Basile Burg ab343f3e38 gdb commander, save and reload custom eval kind between sessions 2020-01-29 23:27:04 +01:00
Basile Burg a2c73a0d5e fix #477 - Horizontal scrolling is missing in the Variables view
and add value in hint popup
2019-06-13 21:19:50 +02:00
Basile Burg a1d6e246a9 fix little orphan SLOC not moved while extracting method 2019-02-07 03:36:40 +01:00
Basile Burg 148463c25d fix #440 - CPU subwindow of the debugger should be removable 2019-02-07 02:56:29 +01:00
Basile Burg 492cd4e8e5 fix #336 - Out of order messages 2019-01-20 12:12:03 +01:00
Basile Burg 92cf60b04b style 2019-01-20 07:45:22 +01:00
Basile Burg 7c35bceb12 gdb com: fix checkmark in menu for eval kind could not appear 2019-01-20 06:46:23 +01:00
Basile Burg ff298cd8f7 add options allowing to deactive each the default D speicifc breakpoints
close #394
2019-01-14 06:55:36 +01:00
Basile Burg f603fe1879 Get rid of old `TCE<Name>` class identifiers, step 2, #374 2019-01-02 21:10:48 +01:00