After you attach, give the process plugin a chance to report back (through
authorJim Ingham <jingham@apple.com>
Sat, 2 Aug 2014 00:33:35 +0000 (00:33 +0000)
committerJim Ingham <jingham@apple.com>
Sat, 2 Aug 2014 00:33:35 +0000 (00:33 +0000)
commitbb006ce29171aef3eb7bdebf52fcd0a5c21385fe
tree5265d4909dbacd5ca17b27f2b80b1618a739fdd4
parentee1a1fc90043cc520e778ccde5241f451b9cc40c
After you attach, give the process plugin a chance to report back (through
DidAttach) the architecture of the binary you attached to.

<rdar://problem/17891396>

llvm-svn: 214603
lldb/include/lldb/Target/Process.h
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
lldb/source/Target/Process.cpp