Commit Graph

43 Commits

Author SHA1 Message Date
Martin
a4bc127fb2 LazDebuggerLldb: clean up, formatting !442 2025-02-28 00:10:55 +01:00
Martin
cefc513642 LldbDebugger: prevent empty watch value / this leads to an incorrect command send to lldb. 2024-10-17 14:17:48 +02:00
Martin
e183ea0b5f Debuggers: Add define FORCE_LAZLOGGER_DUMMY 2024-02-28 00:52:43 +01:00
Martin
07025f3b9c LazDebugger[Fp]Lldb: fix for new Apple-LLDB version. Read new format for eval results (e.g. exception data) 2023-10-10 19:26:48 +02:00
Martin
1caa678dcf Debugger: Clean up debugln without log_group 2023-03-02 19:56:37 +01:00
Martin
93e5aaa0f2 Debugger: Fix compiler warnings 2022-01-09 01:17:24 +01:00
martin
8b81b7cfd3 Debugger: Revert recent upper/lowercase changes
git-svn-id: trunk@64570 -
2021-02-13 14:30:50 +00:00
juha
b53ad7ceed Components: Reduce calls to UpperCase() and LowerCase(). Improves performance.
git-svn-id: trunk@64506 -
2021-02-08 19:09:30 +00:00
juha
3df7d8afe5 LCL, LazUtils: Move string manipulation functions from LCLProc to LazStringUtils.
git-svn-id: trunk@61038 -
2019-04-22 09:00:32 +00:00
martin
b31e03db6b LazDebugger(Fp)Lldb: improve checks for errors during launch command. Ignore text in file names.
git-svn-id: trunk@61001 -
2019-04-17 15:01:01 +00:00
martin
8e825867ba LazDebugger(Fp)Lldb: Errors during launch may be warnings (e.g. outdated debug info). Report to user, and allow to ignore.
git-svn-id: trunk@60649 -
2019-03-10 17:59:59 +00:00
martin
75f7a868fd LazDebugger(Fp)Lldb: Option to force open a terminal when debugging
git-svn-id: trunk@60470 -
2019-02-20 18:57:34 +00:00
martin
10824e43e6 LazDebugger(Fp)Lldb: Fix stepping in the correct thread
git-svn-id: trunk@60325 -
2019-02-03 22:44:08 +00:00
martin
c5cd6d5335 LazDebugger(Fp)Lldb: fix correct stackframe/thread for registers
git-svn-id: trunk@60004 -
2019-01-05 15:25:30 +00:00
martin
8952e4f073 lldb debuggers: added license info / fp-lldb now beta
git-svn-id: trunk@59491 -
2018-11-08 12:14:08 +00:00
martin
59e211fd44 lldb debugger: Fixed "stop" => now works while running. Implemented "pause"
git-svn-id: trunk@59445 -
2018-11-04 11:42:54 +00:00
martin
a588c248ff LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58931 -
2018-09-10 15:54:21 +00:00
martin
561246b1f9 LazDebugger, lldb: added asm step support / Issue #34227 Patch by David Jenkins
git-svn-id: trunk@58897 -
2018-09-06 21:52:19 +00:00
martin
d8030ed0be LazDebugger, fp-lldb: added dis-assembler support / Issue #34228 Patch by David Jenkins
git-svn-id: trunk@58896 -
2018-09-06 21:40:21 +00:00
martin
d4437e704c LazDebugger, lldb: fix process launch
git-svn-id: trunk@58886 -
2018-09-06 01:45:03 +00:00
martin
362a579f9c LazDebugger, lldb: fix settings clear
git-svn-id: trunk@58885 -
2018-09-06 01:35:58 +00:00
martin
0d7386a502 LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58881 -
2018-09-06 00:52:56 +00:00
martin
9347bbad86 LazDebugger, lldb: added run error handling
git-svn-id: trunk@58872 -
2018-09-05 13:54:08 +00:00
martin
d7046574ac LazDebugger, lldb: fix process terminated / add environment / add cmd line args
git-svn-id: trunk@58845 -
2018-09-03 22:36:24 +00:00
martin
9fdeb7de5c LazDebugger, lldb: refactor run command / not all lldb support thread stop format
git-svn-id: trunk@58841 -
2018-09-03 15:45:42 +00:00
martin
5570f33576 LazDebugger, lldb: refactor run command / move break handling to run cmd / hook, auto run thread list
git-svn-id: trunk@58839 -
2018-09-03 14:41:33 +00:00
martin
2cf32ee41e lldb debugger: fix continue running
git-svn-id: trunk@58512 -
2018-07-13 23:32:31 +00:00
martin
0b4c0d8df6 lldb debugger: BreakPoints
git-svn-id: trunk@58475 -
2018-07-10 00:03:36 +00:00
martin
2325bf85bd lldb debugger: BreakPoints
git-svn-id: trunk@58474 -
2018-07-09 23:44:56 +00:00
martin
80f0f2fa83 lldb debugger: BreakPoints
git-svn-id: trunk@58473 -
2018-07-09 23:31:08 +00:00
martin
9b00b7bb65 lldb debugger: basic exception handling / fix crash in watches, if watch was free'd
git-svn-id: trunk@58443 -
2018-07-05 23:45:36 +00:00
martin
ec75584bad lldb debugger: locals / fixes crash in stack
git-svn-id: trunk@58438 -
2018-07-03 23:13:23 +00:00
martin
c7974af7b9 lldb debugger: breakpoint handling (honour most brk-properties)
git-svn-id: trunk@58435 -
2018-07-03 14:57:35 +00:00
martin
d1d1d58a04 LLDB Debugger: dummy breakpoint to catch Exceptions
git-svn-id: trunk@58398 -
2018-06-24 21:58:24 +00:00
martin
6421a796cc LLDB Debugger: fix command ended detection
git-svn-id: trunk@58396 -
2018-06-24 20:17:24 +00:00
martin
2025b4dfcd LLDB Debugger: use custom stack trace format / support debug output win
git-svn-id: trunk@58392 -
2018-06-24 12:40:43 +00:00
martin
4d46bbfd23 LLDB Debugger: improve ignoring common error msgs (unknown dwarf)
git-svn-id: trunk@58381 -
2018-06-22 19:13:33 +00:00
martin
35c480e02e LLDB Debugger: mem leaks
git-svn-id: trunk@58353 -
2018-06-20 15:28:04 +00:00
martin
2de4bca7db LLDB Debugger: register
git-svn-id: trunk@58330 -
2018-06-19 12:09:57 +00:00
martin
a44d260582 LLDB Debugger: threads
git-svn-id: trunk@58326 -
2018-06-19 10:25:47 +00:00
martin
b592e98120 LLDB Debugger: threads
git-svn-id: trunk@58315 -
2018-06-18 21:05:30 +00:00
martin
4e36354b0d LLDB-FP Debugger: New debugger based on lldb with fpdebug / alpha
git-svn-id: trunk@58277 -
2018-06-14 23:06:43 +00:00
martin
fa3981c22e LLDB Debugger: New debugger based on lldb / early alpha
git-svn-id: trunk@58253 -
2018-06-13 23:08:34 +00:00