maxim
f90371d886
Translations: Hungarian translation update by Péter Gábor, bug #36873
...
git-svn-id: trunk@62893 -
2020-04-05 21:55:43 +00:00
mattias
a472e9ef09
buildintf: split from ideintf
...
git-svn-id: trunk@62795 -
2020-03-22 11:58:11 +00:00
martin
50b0a3f2f6
Debugger, GDBMI: Use force flag for exception breakpoints (at startup). Required for debugging dll. Only works if InternalExceptionBreakSetMethod = imbName
...
git-svn-id: trunk@62610 -
2020-02-04 03:04:51 +00:00
martin
3de674b205
Debugger, GDBMI: Keep original error when trying alternative filenames.
...
git-svn-id: trunk@62609 -
2020-02-04 03:04:44 +00:00
maxim
df5a5388d8
Translations: French translation update by Gilles Vasseur, bug #36524
...
git-svn-id: trunk@62508 -
2020-01-07 22:50:11 +00:00
martin
15caf20a2c
GdbmiDebugger: If setting a break condition fails, mark breakpoint as invalid (it may still be breaking at that line, but the condition is not avail)
...
git-svn-id: trunk@62501 -
2020-01-05 15:42:22 +00:00
martin
f8622385f7
LazDebuggerGdbmi: Win64-SEH, fix stepping out of finally block, if the block was entered without exception
...
git-svn-id: trunk@62333 -
2019-12-07 02:00:04 +00:00
martin
180e3b09f6
DebuggerGdbMI: Improved setting breaks for exception stepping. Detect some errors, and reduce unnecessary retries
...
git-svn-id: trunk@62323 -
2019-12-03 22:11:57 +00:00
martin
9fbffccd0d
DebuggerGdbMI: Fixed Win-64bit Step-to-exception for ignored exception, the except block must be skipped / Fixed clearing temp breakpoints
...
git-svn-id: trunk@62322 -
2019-12-03 22:11:56 +00:00
martin
59b37b9fc9
DebuggerGdbMI: Fixed Win-64bit debugging. Revision r62314 #5cb2cd173d changed setting of RtlUnwindEx, leading to massive unexpected pausing of the target
...
git-svn-id: trunk@62321 -
2019-12-03 22:11:54 +00:00
martin
cdad0cd83f
LazDebuggerGdbmi: Tests for Step to finally/except for Win64 SEH
...
git-svn-id: trunk@62315 -
2019-11-29 02:58:27 +00:00
martin
5cb2cd173d
LazDebuggerGdbmi: Step to finally/except for Win64 SEH
...
git-svn-id: trunk@62314 -
2019-11-29 02:54:51 +00:00
martin
fc6e94c911
Debugger, GDBmi: Fix step-over incorrectly steps-into. Introduced in r62284 #c93e1c6d7e Enable Step-over to enter finally blocks under Win64-SEH
...
git-svn-id: trunk@62302 -
2019-11-27 01:52:38 +00:00
martin
c93e1c6d7e
Debugger, GDBmi: Enable Step-over to enter finally blocks under Win64-SEH
...
git-svn-id: trunk@62284 -
2019-11-22 21:22:37 +00:00
juha
4f5e491d4e
LazDebugger: Move used units inside IFDEFs to prevent compiler hints saying "unit not used".
...
git-svn-id: trunk@62154 -
2019-11-02 07:23:21 +00:00
martin
3c61b503c0
Partly revert r62149 #bab4d7305b / fix compile win / issue #36241
...
git-svn-id: trunk@62151 -
2019-11-01 13:05:04 +00:00
juha
bab4d7305b
Remove unused units from uses sections.
...
git-svn-id: trunk@62149 -
2019-10-31 23:12:37 +00:00
maxim
4023ea218a
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36184
...
git-svn-id: trunk@62065 -
2019-10-15 21:27:33 +00:00
maxim
bfc5807673
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36097
...
git-svn-id: trunk@61907 -
2019-09-20 23:42:25 +00:00
martin
bb55284e92
GdbmiDebugger/Server: FIX Add ability to inject gdb-commands specified by user.
...
git-svn-id: trunk@61890 -
2019-09-16 20:05:05 +00:00
martin
9ef0d523bc
Added Macro Substitution to ExecuteUserCommands. Patch by Michael Ring
...
git-svn-id: trunk@61889 -
2019-09-16 15:15:04 +00:00
martin
63cb1e20c9
GdbmiDebugger/Server: Add ability to inject gdb-commands specified by user. Based on patch by Michael Ring
...
git-svn-id: trunk@61888 -
2019-09-16 15:15:03 +00:00
martin
e35fc25db7
GdbmiServerDebugger: Added stop on disconnect. Issue #0036076
...
git-svn-id: trunk@61886 -
2019-09-16 01:31:10 +00:00
martin
eea7a8300f
GdbmiServerDebugger: Flag to use target extended-remote / Patch by Michael Ring
...
git-svn-id: trunk@61885 -
2019-09-15 23:00:37 +00:00
martin
42a0598520
Gdbmi: Test helper package, missing file
...
git-svn-id: trunk@61781 -
2019-08-29 01:30:05 +00:00
maxim
7eea4a92e8
lazdebuggergdbmi: Moved resource strings from gdbmiserverdebugger.pas to gdbmistringconstants.pas, regenerated translations and updated Russian translation (gdbmiserverdebugger.*.po/.pot files are not needed anymore and removed).
...
git-svn-id: trunk@61780 -
2019-08-28 23:09:33 +00:00
dmitry
fc273b7540
debugger: .po files regenerated
...
git-svn-id: trunk@61774 -
2019-08-28 03:10:23 +00:00
dmitry
50b2c4921c
debugger: reusing the code of stopping the initialization process
...
git-svn-id: trunk@61773 -
2019-08-28 03:09:52 +00:00
dmitry
86a2871214
debugger; updating serverdebugger to allow initialization command to be executed prior to target remote call. (allow to trigger the gdbserver start) #36020
...
git-svn-id: trunk@61769 -
2019-08-27 23:45:55 +00:00
martin
93cd0df04f
GdbmiDebugger, tests: breakpoints on raise/catch/... - Fix testcase
...
git-svn-id: trunk@61647 -
2019-07-31 12:41:02 +00:00
martin
daa6b60cf4
GdbmiDebugger: Less overhead to set breakpoints on raise/catch/... - Add break by name (after prologue) to set breakpoints for dyn libraries (gdb will set/extend breakpoint, when dll is loaded)
...
git-svn-id: trunk@61646 -
2019-07-31 12:40:58 +00:00
maxim
bd9bfc01d4
Translations: Turkish translation update by Onur ERÇELEN, bug #35865
...
git-svn-id: trunk@61612 -
2019-07-21 22:57:16 +00:00
martin
b57481b1b8
GdbmiDebugger: dgbsNone - use GdbRunCommand() to get correct command to start target
...
git-svn-id: trunk@61593 -
2019-07-15 22:06:02 +00:00
martin
1caa4b3b33
GDBMI-Debugger: Option "gdbsNone" to start without internal start break.
...
This may not work on all platforms, depending on how gdb reports the target-PID.
This should work for all/any gdb-server session
git-svn-id: trunk@61588 -
2019-07-14 19:10:35 +00:00
martin
ac17315ae2
GdbmiDebugger: introduce option to disable exception handling (e.g. for embedded, or disable run-error if they get caught as exception too)
...
git-svn-id: trunk@61557 -
2019-07-10 12:41:27 +00:00
martin
ff1657deea
Debugger-Config: Allow individual LRU list for gdb vs lldb
...
git-svn-id: trunk@61554 -
2019-07-09 19:20:08 +00:00
martin
e31b6f3a1c
GdbmiDebugger: fix target registers for AVR. Patch by Christo Crause
...
git-svn-id: trunk@61552 -
2019-07-09 12:25:55 +00:00
martin
9be3a4b216
GdbmiDebugger: replace index for TargetRegisters with Enum
...
git-svn-id: trunk@61551 -
2019-07-09 12:25:53 +00:00
martin
358ce23913
Debugger-Config: Allow "named" configs for the debugger.
...
git-svn-id: trunk@61548 -
2019-07-08 23:01:18 +00:00
martin
a610996b28
Debugger, GDBMI Server: Added option to skip setting the local filename, if only a file on remote exists
...
git-svn-id: trunk@61540 -
2019-07-05 22:43:07 +00:00
martin
e0d820d5dd
Debugger, GDBMI Server: Added option to set Architecture
...
git-svn-id: trunk@61539 -
2019-07-05 22:43:05 +00:00
martin
9f610af58d
Debugger, GDBMI Server: Apply remote timeout before connecting.
...
git-svn-id: trunk@61538 -
2019-07-05 22:43:04 +00:00
martin
93cfa99541
Debugger, GDBMI: Enable some "property" settings for gdbserver and over-ssh / those were omitted by accident.
...
git-svn-id: trunk@61537 -
2019-07-05 19:52:01 +00:00
martin
75306ff444
Debugger, GDBMI: Only check if -f can be used, if it is actually needed (defer check)
...
git-svn-id: trunk@61534 -
2019-07-05 13:03:20 +00:00
martin
d33a0e6ae9
Debugger, GDBMI Server: Added remote timeout option.
...
git-svn-id: trunk@61533 -
2019-07-05 11:41:35 +00:00
martin
b132011820
LazDebuggerGdbmi: Add support "avr" filenames, ending in ".elf". Based on patch by Dimitrios Chr. Ioannidis
...
git-svn-id: trunk@61525 -
2019-07-03 21:27:12 +00:00
martin
ba6f9cd2c8
LazDebuggerGdbmi: Add support for "avr" cpu. Patch by Dimitrios Chr. Ioannidis
...
git-svn-id: trunk@61524 -
2019-07-03 21:27:10 +00:00
mattias
9c6809c984
lazdebuggergdbmi: clean up
...
git-svn-id: trunk@61434 -
2019-06-20 22:59:57 +00:00
martin
0b0838fab1
GdbmiDebugger: Fixed compile for IFDEF darwin
...
git-svn-id: trunk@61429 -
2019-06-19 19:13:07 +00:00
martin
71fad749a4
GdbmiDebugger, test: Prevent error pop ups.
...
git-svn-id: trunk@61247 -
2019-05-19 21:23:37 +00:00