Commit 4b485fc
committed
[lldb] [llgs] Introduce an AppendThreadIDToResponse() helper
Introduce a helper function to append GDB Remote Serial Protocol "thread
IDs", with optional PID in multiprocess mode.
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.llvm.org/D1283241 parent e827e51 commit 4b485fc
File tree
2 files changed
+16
-11
lines changed- lldb/source/Plugins/Process/gdb-remote
2 files changed
+16
-11
lines changedLines changed: 13 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
| 829 | + | |
| 830 | + | |
833 | 831 | | |
834 | 832 | | |
835 | 833 | | |
| |||
1425 | 1423 | | |
1426 | 1424 | | |
1427 | 1425 | | |
1428 | | - | |
1429 | | - | |
1430 | | - | |
| 1426 | + | |
| 1427 | + | |
1431 | 1428 | | |
1432 | 1429 | | |
1433 | 1430 | | |
| |||
1996 | 1993 | | |
1997 | 1994 | | |
1998 | 1995 | | |
1999 | | - | |
2000 | | - | |
2001 | | - | |
2002 | | - | |
| 1996 | + | |
2003 | 1997 | | |
2004 | 1998 | | |
2005 | 1999 | | |
| |||
4143 | 4137 | | |
4144 | 4138 | | |
4145 | 4139 | | |
| 4140 | + | |
| 4141 | + | |
| 4142 | + | |
| 4143 | + | |
| 4144 | + | |
| 4145 | + | |
| 4146 | + | |
| 4147 | + | |
4146 | 4148 | | |
4147 | 4149 | | |
4148 | 4150 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
276 | 279 | | |
277 | 280 | | |
278 | 281 | | |
| |||
0 commit comments