lazarus/components/lazdebuggergdbmi
maxim 1b67badec0 Merged revision(s) 59895 #83ea07fe5b, 59929-59932 #f772c7f4d2-#f772c7f4d2, 59943 #31fe8e6955, 59959 #52dda0c955, 59961-59962 #40e565832d-#40e565832d, 59964 #f5e720ed1e, 59978 #7ccec4c206 from trunk:
FpDebug: limit array/string bounds (max len) / partial fix/workaround to prevent crashes when eval locals while in pro-epi-logue (stack not yet initialized / random data for bounds and other). Issue #0034746
........
FpDebug: Fix typecast
........
FpDebug: Fix length of widestring (avoid trailing random data)
........
FpDebug: change "open array" params to "const"
........
LazDebuggerLldb: change "open array" params to "const"
........
FpDebug: fix accessing Upper-bound-value of open-array. Was missing a context object. Issue #0034781 / Add limit to prevent bad size, if data is corrupt. Issue #34772
........
FpDebug: fix commit 59943 #31fe8e6955 / open-array bounds
........
FpDebug: added dbgs for debugln
........
FpDebug: fix nested array bounds in dwarf3
........
LazDebuggerFp/FpDebug: tests
........
FpDebug: Callstack, adjust to show the current calling line, instead of the line after it. Issue #0034753
........

git-svn-id: branches/fixes_2_0@59990 -
2019-01-04 14:12:44 +00:00
..
languages Merged revision(s) 59617 #c8c7a1723a from trunk: 2018-11-22 00:11:42 +00:00
test Merged revision(s) 59895 #83ea07fe5b, 59929-59932 #f772c7f4d2-#f772c7f4d2, 59943 #31fe8e6955, 59959 #52dda0c955, 59961-59962 #40e565832d-#40e565832d, 59964 #f5e720ed1e, 59978 #7ccec4c206 from trunk: 2019-01-04 14:12:44 +00:00
cmdlinedebugger.pp Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info) 2018-08-05 12:26:21 +00:00
debugutils.pp LazUtils: Change "Character" to "Codepoint" in LazUTF8 function names to be more accurate and to avoid confusion. 2017-12-11 19:44:22 +00:00
fpmake.pp
gdbmidebugger.pp Merged revision(s) 59481-59482 #9fd763ca67-#9fd763ca67 from trunk: 2018-11-17 15:48:11 +00:00
gdbmidebuginstructions.pp debugger: allow reuse of (lazlogger)log group 2018-06-12 09:43:49 +00:00
gdbmimiscclasses.pp Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd 2018-07-10 15:42:25 +00:00
gdbmiserverdebugger.pas GDBMI Debugger Server: add optional support for -target-download if supported by gdb. issue #0033868 Patch by Christo Crause 2018-06-16 12:35:09 +00:00
gdbmistringconstants.pas GDBMI Debugger Server: add optional support for -target-download if supported by gdb. issue #0033868 Patch by Christo Crause 2018-06-16 12:41:40 +00:00
gdbtypeinfo.pp
lazdebuggergdbmi.lpk Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd 2018-07-10 15:42:25 +00:00
lazdebuggergdbmi.pas Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd 2018-07-10 15:42:25 +00:00
Makefile set fixes version 2.0.0RC2 2018-10-27 10:03:27 +00:00
Makefile.compiled updated makefiles 2018-07-11 23:58:59 +00:00
Makefile.fpc updated makefiles 2018-07-11 23:58:59 +00:00
sshgdbmidebugger.pas GDBMI Debugger: Added work around for wrong stackframe when assert is triggered. Issue #0029959 2018-06-15 19:23:52 +00:00