summaryrefslogtreecommitdiffstats
path: root/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-09-06 18:37:19 +0000
committerdim <dim@FreeBSD.org>2015-09-06 18:37:19 +0000
commit23814158e5384f73c6fa951b66d5f807f9c24a2b (patch)
tree9d2de4884bec31a1e16bbf0b5a6bfb90d96e16af /source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parent80b639cd40df427b9e325318efeec2d885a65f62 (diff)
downloadFreeBSD-src-23814158e5384f73c6fa951b66d5f807f9c24a2b.zip
FreeBSD-src-23814158e5384f73c6fa951b66d5f807f9c24a2b.tar.gz
Import stripped lldb 3.7.0 release (r246257).
Diffstat (limited to 'source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r--source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index deb41b0..b08ff06 100644
--- a/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -287,10 +287,10 @@ public:
GetWatchpointSupportInfo (uint32_t &num);
Error
- GetWatchpointSupportInfo (uint32_t &num, bool& after);
+ GetWatchpointSupportInfo (uint32_t &num, bool& after, const ArchSpec &arch);
Error
- GetWatchpointsTriggerAfterInstruction (bool &after);
+ GetWatchpointsTriggerAfterInstruction (bool &after, const ArchSpec &arch);
const ArchSpec &
GetHostArchitecture ();
OpenPOWER on IntegriCloud