[Lldb-commits] [lldb] [lldb] Fix Intel PT plugin compile errors (PR #77252)
Nicholas Mosier via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 8 08:25:19 PST 2024
nmosier wrote:
> Btw, how are you testing them?
Not very rigorously, ha. Just something like
```
b main
r
process trace start
c
thread trace dump instructions
```
I was using a version with my original fixes to debug other code that was crashing, and it worked fine for that.
Are there existing tests I should be using?
https://github.com/llvm/llvm-project/pull/77252
More information about the lldb-commits
mailing list