hanchenye-llvm-project/lldb/source
Sean Callanan 468574bd34 Added support to the expression parser for locating
externally-defined functions.

llvm-svn: 106606
2010-06-22 23:46:24 +00:00
..
API Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. 2010-06-22 21:12:54 +00:00
Breakpoint Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. 2010-06-22 21:12:54 +00:00
Commands Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. 2010-06-22 21:12:54 +00:00
Core Turns out __cxa_demangle returns the size of the buffer instead of the size of 2010-06-22 21:27:55 +00:00
Expression Added support to the expression parser for locating 2010-06-22 23:46:24 +00:00
Host Move posix specific files into posix subdirectory so they can 2010-06-14 04:30:13 +00:00
Interpreter Remove an include of the deleted CommandObjectStatus.h. 2010-06-18 18:17:30 +00:00
Plugins Initialize member so GDBRemoteRegisterContext::ReadRegisterBytes doesn't rely on 2010-06-21 14:39:40 +00:00
Symbol Move a bunch of trivial methods into the header. These compile down to 1-2 2010-06-21 19:26:54 +00:00
Target Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan 2010-06-19 04:45:32 +00:00
Utility Avoid tolower, it's slow and unnecessary. 2010-06-22 21:28:05 +00:00
lldb-log.cpp Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. 2010-06-15 19:49:27 +00:00
lldb.cpp Make include paths work on Linux. ifdef out stuff that isn't relevant to 2010-06-13 19:36:42 +00:00