From 23814158e5384f73c6fa951b66d5f807f9c24a2b Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 6 Sep 2015 18:37:19 +0000 Subject: Import stripped lldb 3.7.0 release (r246257). --- source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h') 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 (); -- cgit v1.1