LLDB Debugger: use custom stack trace format / support debug output win // fix for limited support on MacOs

git-svn-id: trunk@58397 -
This commit is contained in:
martin 2018-06-24 20:18:11 +00:00
parent 6421a796cc
commit 1090db19f2

View File

@ -890,7 +890,7 @@ begin
Instr := TLldbInstructionSettingSet.Create('frame-format',
'"frame #${frame.index}: ${frame.pc}' +
' &&//FULL: {${line.file.fullpath}} &&//SHORT: {${line.file.basename}} &&//LINE: {${line.number}}' +
' &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}{${frame.no-debug}${function.pc-offset}}}' +
' &&//MOD: {${module.file.basename}} &&//FUNC: {${function.name-with-args}}' +
' <<&&//FRAME\n"'
// ' { ${frame.fp} } \n"'
);