diff options
author | Augusto Noronha <anoronha@apple.com> | 2024-10-10 15:01:20 -0700 |
---|---|---|
committer | Augusto Noronha <anoronha@apple.com> | 2024-10-10 15:05:58 -0700 |
commit | 2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9 (patch) | |
tree | 4745bb41775ee5d30beda655c3760f3ebbcda592 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | |
parent | f02252e1fd2965db007cf7be74c448b7a119c321 (diff) | |
download | llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.zip llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.tar.gz llvm-2ff4c25b7efff64b3b662d0bedcfe7edebcf20b9.tar.bz2 |
Revert "[lldb] Implement basic support for reverse-continue (#99736)"
This reverts commit d5e1de6da96c1ab3b8cae68447e8ed3696a7006e.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index fa3e1ce..2492795 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -111,7 +111,7 @@ public: // Process Control Status WillResume() override; - Status DoResume(lldb::RunDirection direction) override; + Status DoResume() override; Status DoHalt(bool &caused_stop) override; |