llvm-project/lldb/tools/debugserver
Greg Clayton 31f1d2f535 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their
respective ABI plugins as they were plug-ins that supplied ABI specfic info.

Also hookep up the UnwindAssemblyInstEmulation so that it can generate the
unwind plans for ARM.

Changed the way ABI plug-ins are handed out when you get an instance from
the plug-in manager. They used to return pointers that would be mananged
individually by each client that requested them, but now they are handed out
as shared pointers since there is no state in the ABI objects, they can be
shared.

llvm-svn: 131193
2011-05-11 18:39:18 +00:00
..
debugserver.xcodeproj Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their 2011-05-11 18:39:18 +00:00
resources Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
scripts Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00
source Change an unconditional log to a conditional one. 2011-05-09 01:06:45 +00:00
debugnub-exports Initial checkin of lldb code from internal Apple repo. 2010-06-08 16:52:24 +00:00