aadsm created this revision.
aadsm added reviewers: clayborg, lanza, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
I was not able to sucessfully run TestDSYMSourcePathRemapping.py because the
source mapping was using /tmp/ but the debugger was checking /private/t
aadsm created this revision.
aadsm added reviewers: clayborg, lanza, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
We need to do this before we create the debugger because the commands run in
the lldbinit might do output to these handlers as well.
Repository:
aadsm created this revision.
aadsm added reviewers: clayborg, lanza, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Not a big deal but might be if in the future we had another command starting
with br.
I found this because I had an lldbinit that added a breakpad c
aadsm created this revision.
aadsm added reviewers: clayborg, lanza, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This test was broken in two ways:
- Using the wrong API (e.g.: format = instead of SetFormat)
- The hex checker was only checking "01" which will pa
aadsm created this revision.
aadsm added reviewers: clayborg, lanza, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
lldb-vscode has an issue when run in stdout/stdin mode because it will send all
stdout generated by scripts through well.. stdout :)
This is problem
aadsm updated this revision to Diff 231629.
aadsm added a comment.
Oops, wrnog default
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70882/new/
https://reviews.llvm.org/D70882
Files:
lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.p
aadsm created this revision.
aadsm added reviewers: clayborg, lanza, wallace.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
lldb has the -x option but this doesn't exist at all for lldb-vscode. To be
honest my main goal is the ability to run the lldb-vscode tests without