summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-29 07:10:55 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-29 07:10:55 +0000
commit513c26ce9ddebe5adbcb068e88b452a904ee6f8d (patch)
tree4b06c857d67e39f2202c1fee7af2237029b93c8f /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
parentfd4834061c5b1e6e056d0d53da72980ae44b638e (diff)
downloadbcm5719-llvm-513c26ce9ddebe5adbcb068e88b452a904ee6f8d.tar.gz
bcm5719-llvm-513c26ce9ddebe5adbcb068e88b452a904ee6f8d.zip
Finished up the async attach support. This allows us to request to attach
by name or by pid (with or without waiting for a process to launch) and catch the response asynchronously. llvm-svn: 124530
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h2
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 6fa5ab7a752..af3084c6496 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -307,7 +307,7 @@ protected:
KillDebugserverProcess ();
void
- BuildDynamicRegisterInfo ();
+ BuildDynamicRegisterInfo (bool force);
GDBRemoteCommunication &
GetGDBRemote()
OpenPOWER on IntegriCloud