Commit dfcd21a
committed
This test was incorrectly assuming that by the time
gdb-server was complete, lldb MUST have fetched the complete register
state for the stopped thread. There's no reason why it has to do that
(especially since we get the PC from the stop message). In a previous
patch, I made it not unnecessarily pull the full register contect, causing
this test to fail.
This commit changes the test to only require the 'g' packet AFTER we
had done 'read_register'.connect to a1 parent aadd0d3 commit dfcd21a
File tree
1 file changed
+24
-4
lines changed- lldb/test/API/functionalities/gdb_remote_client
1 file changed
+24
-4
lines changedLines changed: 24 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
137 | 144 | | |
138 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
139 | 159 | | |
140 | | - | |
| 160 | + | |
141 | 161 | | |
142 | 162 | | |
143 | 163 | | |
| |||
0 commit comments