summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing nullptr checks.Adrian Prantl2020-01-101-1/+1
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-031-18/+17
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-0/+19
* [Target][NFCI] Rename variableAlex Langford2019-07-171-8/+8
* [Target] Remove ABI's dependence on ExpressionParserAlex Langford2019-05-311-5/+5
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-2/+4
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+6
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-4/+2
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-177/+163
* Add new ABI callback to provide fallback unwind register locationsUlrich Weigand2016-04-141-0/+24
* Fix Clang-tidy modernize-use-nullptr warnings; other minor fixes.Eugene Zelenko2016-02-181-17/+11
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-011-1/+1
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-1/+5
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-3/+4
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan2015-09-041-1/+1
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* ABI for the Hexagon DSPDeepak Panickal2014-07-211-1/+33
* Fixed build warnings.Greg Clayton2012-10-301-0/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-3/+3
* Fixed a dangling pointer bug associated with theSean Callanan2012-01-051-1/+2
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-12/+57
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+29
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+52
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-7/+7
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+47
OpenPOWER on IntegriCloud