Commit f33a65a
Add process exit detection and event handling
- Add m_exitCode member to store exit code from GDB
- Parse exit-code field from stopped event when process exits
- Post TargetExitedEventType event when process exits
- Update ExitCode() to return stored exit code
- Maintain GetModuleList() implementation for parsing info proc mappings
Co-authored-by: xusheng6 <[email protected]>1 parent 692bfdb commit f33a65a
File tree
3 files changed
+35
-5
lines changed- core/adapters
3 files changed
+35
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
204 | 232 | | |
205 | 233 | | |
206 | 234 | | |
| |||
987 | 1015 | | |
988 | 1016 | | |
989 | 1017 | | |
990 | | - | |
| 1018 | + | |
991 | 1019 | | |
992 | 1020 | | |
993 | 1021 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments