aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ABI.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-14Add new ABI callback to provide fallback unwind register locationsUlrich Weigand1-0/+24
2016-02-18Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko1-17/+11
2015-10-01Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan1-1/+1
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan1-1/+5
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan1-3/+4
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan1-1/+1
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan1-1/+1
2015-08-15A messy bit of cleanup: Move towards more descriptive namesJason Molenda1-1/+1
2015-08-11ClangASTType is now CompilerType.Greg Clayton1-2/+2
2015-03-03Don't #include ClangPersistentVariables.h from Process.hZachary Turner1-0/+1
2014-07-21ABI for the Hexagon DSPDeepak Panickal1-1/+33
2012-10-30Fixed build warnings.Greg Clayton1-0/+1
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-3/+3
2012-01-05Fixed a dangling pointer bug associated with theSean Callanan1-1/+2
2011-12-22Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham1-12/+57
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham1-0/+29
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton1-0/+52
2011-05-11Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton1-7/+7
2011-02-15Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton1-2/+2
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+47