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
|
9f8beba93e
|
Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info)
git-svn-id: trunk@58679 -
|
2018-08-05 12:26:21 +00:00 |
|
juha
|
d43fa548b8
|
LazUtils: Rename unit LazUTF8SysUtils -> LazSysUtils. It had nothing to do with character encoding.
git-svn-id: trunk@58630 -
|
2018-07-25 13:38:59 +00:00 |
|
martin
|
925809e37e
|
GDBMI debugger testcase: ensure floating point separator. Issue #031922 patch by jacobb
git-svn-id: trunk@58538 -
|
2018-07-15 23:10:26 +00:00 |
|
martin
|
2cf32ee41e
|
lldb debugger: fix continue running
git-svn-id: trunk@58512 -
|
2018-07-13 23:32:31 +00:00 |
|
martin
|
0e9f870052
|
FpDebug: Fix crash, due to memmanager not initialized
git-svn-id: trunk@58503 -
|
2018-07-13 15:21:30 +00:00 |
|
mattias
|
2bbe0a8cc7
|
updated makefiles
git-svn-id: trunk@58493 -
|
2018-07-11 23:58:59 +00:00 |
|
martin
|
06d4432fb4
|
Fix compile after debugger intf change
git-svn-id: trunk@58479 -
|
2018-07-10 12:58:18 +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
|
5d541aec27
|
DebuggerIntf: Watches can now be created in Updating state. Allowing to bundle change notifications for the debugger backend.
git-svn-id: trunk@58465 -
|
2018-07-08 20:51:00 +00:00 |
|
martin
|
7dca373ee2
|
added $IDEBuildOptions
git-svn-id: trunk@58464 -
|
2018-07-08 15:50:37 +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
|
1f4fa68fab
|
Remove deprecated misspelled methods
git-svn-id: trunk@58436 -
|
2018-07-03 22:40:28 +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
|
e23fd4d433
|
fp debugger: event log for breakpoint hit
git-svn-id: trunk@58434 -
|
2018-07-03 14:55:45 +00:00 |
|
martin
|
7b7b8ea2a2
|
LLDB Debugger: memreader cache
git-svn-id: trunk@58418 -
|
2018-06-28 10:27:41 +00:00 |
|
martin
|
fdb9c0806b
|
fp + fp lldb: allow external DebugInfo on MacOs
git-svn-id: trunk@58406 -
|
2018-06-25 17:58:46 +00:00 |
|
martin
|
183eb87abb
|
fp lldb /fp gdbmi: updated to use the new dwarf loading for Mac Os
git-svn-id: trunk@58402 -
|
2018-06-25 15:18:57 +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
|
795ed3a012
|
cmd line debug / threads
git-svn-id: trunk@58380 -
|
2018-06-22 17:47:52 +00:00 |
|
martin
|
0aad0a88a7
|
fp-lldb debug: mem leak
git-svn-id: trunk@58379 -
|
2018-06-22 17:12:50 +00:00 |
|
martin
|
3a01243c22
|
CmdLine Debugger, thread/async process: Fix unqueuing events, if thread is destroyed
git-svn-id: trunk@58378 -
|
2018-06-22 17:12:27 +00:00 |
|
martin
|
9069f48fa7
|
fp-lldb debug: correct thread
git-svn-id: trunk@58373 -
|
2018-06-21 19:29:40 +00:00 |
|
martin
|
d84affb76d
|
LLDB Debugger: prevent unnecessary call stack attempts
git-svn-id: trunk@58371 -
|
2018-06-21 13:07:33 +00:00 |
|
martin
|
977223c360
|
CmdLine Debugger, thread/async process: Fix unqueuing events, if thread is destroyed
git-svn-id: trunk@58370 -
|
2018-06-21 13:06:42 +00:00 |
|
mattias
|
921d9eeecf
|
lazdebuggers: added makefiles
git-svn-id: trunk@58365 -
|
2018-06-20 23:19: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
|
25fff5a1ba
|
clean up / hints
git-svn-id: trunk@58354 -
|
2018-06-20 15:31:53 +00:00 |
|
martin
|
35c480e02e
|
LLDB Debugger: mem leaks
git-svn-id: trunk@58353 -
|
2018-06-20 15:28:04 +00:00 |
|
martin
|
4295b09fdb
|
Fp based/mixed debuggers: Fix context caching / clean up logging
git-svn-id: trunk@58352 -
|
2018-06-20 15:26:24 +00:00 |
|
martin
|
a11d49bd4b
|
Fp based/mixed debuggers: Fix context caching / clean up logging
git-svn-id: trunk@58351 -
|
2018-06-20 14:56:27 +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
|
7268f484b5
|
FpDebugger: fix refreshing thread window when stepping
git-svn-id: trunk@58313 -
|
2018-06-18 20:24:22 +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 |
|