llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD
Jim Ingham 5aee162f97 Change Target & Process so they can really be initialized with an invalid architecture.
Arrange that this then gets properly set on attach, or when a "file" is set.
Add a completer for "process attach -n".

Caveats: there isn't currently a way to handle multiple processes with the same name.  That
will have to wait on a way to pass annotations along with the completion strings.

llvm-svn: 110624
2010-08-09 23:31:02 +00:00
..
DynamicLoaderMacOSXDYLD.cpp Change Target & Process so they can really be initialized with an invalid architecture. 2010-08-09 23:31:02 +00:00
DynamicLoaderMacOSXDYLD.h Change over to using the definitions for mach-o types and defines to the 2010-07-21 22:12:05 +00:00
DynamicLoaderMacOSXDYLDLog.cpp Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
DynamicLoaderMacOSXDYLDLog.h Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ObjCTrampolineHandler.cpp I enabled some extra warnings for hidden local variables and for hidden 2010-07-14 00:18:15 +00:00
ObjCTrampolineHandler.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00
ThreadPlanStepThroughObjCTrampoline.cpp More constructor warning fixes from William Lynch. 2010-07-20 14:37:45 +00:00
ThreadPlanStepThroughObjCTrampoline.h Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00