diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2021-04-22 16:37:25 -0700 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2021-04-22 16:40:59 -0700 |
| commit | 91d3f73937b603b168a2be40f57a81efcc37da86 (patch) | |
| tree | 72fe14de6a75bd889c947214a1841e7f0865e563 /lldb/test/Shell/ScriptInterpreter/Python | |
| parent | 8c17a875150f8e736e8f9061ddf084397f45f4c5 (diff) | |
| download | llvm-91d3f73937b603b168a2be40f57a81efcc37da86.zip llvm-91d3f73937b603b168a2be40f57a81efcc37da86.tar.gz llvm-91d3f73937b603b168a2be40f57a81efcc37da86.tar.bz2 | |
[lldb] Update register state parsing for JSON crashlogs
- The register encoding state in the JSON crashlog format changes.
Update the parser accordingly.
- Print the register state when printing the symbolicated thread.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test | 1 | ||||
| -rw-r--r-- | lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test index 46c3713..a514b07 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test @@ -7,3 +7,4 @@ # CHECK: [ 0] {{.*}}out`foo + 16 at test.c # CHECK: [ 1] {{.*}}out`bar + 8 at test.c # CHECK: [ 2] {{.*}}out`main + 19 at test.c +# CHECK: rbp = 0x00007ffeec22a530 diff --git a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test index 7c6e1fc..44ee5cb 100644 --- a/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test +++ b/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test @@ -7,3 +7,4 @@ # CHECK: [ 0] {{.*}}out`foo + 16 at test.c # CHECK: [ 1] {{.*}}out`bar + 8 at test.c # CHECK: [ 2] {{.*}}out`main + 19 at test.c +# CHECK: rbp = 0x00007ffee42d8020 |
