| Index: src/trusted/gdb_rsp/target.h
|
| diff --git a/src/trusted/gdb_rsp/target.h b/src/trusted/gdb_rsp/target.h
|
| index bb7f14061a62fc0ac7d104abfabf5c19782335de..9717f0541635c040265173c9f09f534e5a4a43cf 100644
|
| --- a/src/trusted/gdb_rsp/target.h
|
| +++ b/src/trusted/gdb_rsp/target.h
|
| @@ -146,6 +146,8 @@ class Target {
|
|
|
| uint8_t *ctx_; // Context Scratchpad
|
|
|
| + bool stepping_over_breakpoint_;
|
| +
|
| // The current signal and signaling thread data is protected by
|
| // the mutex, and can only be owned by one thread at a time.
|
| // These values should only be written via the "Signal" member,
|
|
|