From bb006ce29171aef3eb7bdebf52fcd0a5c21385fe Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Sat, 2 Aug 2014 00:33:35 +0000 Subject: After you attach, give the process plugin a chance to report back (through DidAttach) the architecture of the binary you attached to. llvm-svn: 214603 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h') diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index baee872bb73..39395af2ee5 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -117,7 +117,7 @@ public: const lldb_private::ProcessAttachInfo &attach_info); virtual void - DidAttach (); + DidAttach (lldb_private::ArchSpec &process_arch); //------------------------------------------------------------------ // PluginInterface protocol @@ -389,7 +389,7 @@ protected: UpdateThreadIDList (); void - DidLaunchOrAttach (); + DidLaunchOrAttach (lldb_private::ArchSpec& process_arch); lldb_private::Error ConnectToDebugserver (const char *host_port); -- cgit v1.2.3