Commit 94812e2
committed
[lldb] Update two API tests to fix x86 Darwin failures
The Intel Darwin CI bots had their Xcode updated, which brought in
a debugserver with Brendan Shanks' change from September
7281e0c
#108663 where four general
purpose registers are sent by debugserver when in certain process
states. But most processes (nearly all in the testsuite) do not
have these registers available, so we will get register read failures
when requesting those four. These two tests would flag those as
errors. There would have been an additional problem with the g/G
packet (which lldb doesn't use w/ debugserver, but the testsuite
tests) if placeholder values were not included in the full register
context bytes; I fixed that issue with the SME patch to debugserver
recently already.1 parent 2e3d390 commit 94812e2
File tree
2 files changed
+18
-1
lines changed- lldb
- packages/Python/lldbsuite/test/tools/lldb-server
- test/API/commands/register/register/register_command
2 files changed
+18
-1
lines changedLines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1410 | 1410 | | |
1411 | 1411 | | |
1412 | 1412 | | |
1413 | | - | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
| 1417 | + | |
| 1418 | + | |
| 1419 | + | |
| 1420 | + | |
| 1421 | + | |
| 1422 | + | |
| 1423 | + | |
1414 | 1424 | | |
1415 | 1425 | | |
1416 | 1426 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
| |||
0 commit comments