Commit Graph

91 Commits

Author SHA1 Message Date
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
521b7017a7 LazDebugger, lldb: added step from raise to except/finally
git-svn-id: trunk@58884 -
2018-09-06 01:33:19 +00:00
martin
0ca9912dbf LazDebugger, lldb: fix settings cmd line args
git-svn-id: trunk@58883 -
2018-09-06 01:26:53 +00:00
martin
8e9344b351 LazDebugger, lldb: improved detecting arch discovery / Issue #34226 Patch by David Jenkins
git-svn-id: trunk@58882 -
2018-09-06 01:12:45 +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
b3d8d81fe7 Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info)
git-svn-id: trunk@58680 -
2018-08-05 13:05:21 +00:00
martin
2cf32ee41e lldb debugger: fix continue running
git-svn-id: trunk@58512 -
2018-07-13 23:32:31 +00:00
mattias
2bbe0a8cc7 updated makefiles
git-svn-id: trunk@58493 -
2018-07-11 23:58:59 +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
1090db19f2 LLDB Debugger: use custom stack trace format / support debug output win // fix for limited support on MacOs
git-svn-id: trunk@58397 -
2018-06-24 20:18:11 +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
d7f9413b9a LLDB Debugger: fix dangling event
git-svn-id: trunk@58383 -
2018-06-22 20:26:59 +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
d84affb76d LLDB Debugger: prevent unnecessary call stack attempts
git-svn-id: trunk@58371 -
2018-06-21 13:07:33 +00:00
mattias
3575d8d0e1 make bigide: added cmdlinedebuggerbase and lazdebuggerlldb
git-svn-id: trunk@58363 -
2018-06-20 21:41:44 +00:00
martin
34f1c7d389 LLDB Debugger: fix debugger done and thread terminate
git-svn-id: trunk@58362 -
2018-06-20 21:34:30 +00:00
martin
035ec7a82c LLDB Debugger: makefiles
git-svn-id: trunk@58357 -
2018-06-20 18:38:29 +00:00
martin
35c480e02e LLDB Debugger: mem leaks
git-svn-id: trunk@58353 -
2018-06-20 15:28:04 +00:00
martin
da31183d2a LLDB Debugger: fix leak and access after free
git-svn-id: trunk@58350 -
2018-06-20 12:40:13 +00:00
martin
fd1571d1e5 LLDB Debugger: fix parsing frame
git-svn-id: trunk@58340 -
2018-06-19 18:13:38 +00:00
martin
2de4bca7db LLDB Debugger: register
git-svn-id: trunk@58330 -
2018-06-19 12:09:57 +00:00
martin
5d96eac5ae LLDB Debugger: use command for stack
git-svn-id: trunk@58327 -
2018-06-19 11:00:43 +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