summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...Eugene Zelenko2016-02-261-116/+120
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-18/+4
* Add support for the armv7k ABI which has some smallJason Molenda2015-11-051-2/+109
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-16/+16
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+0
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-84/+84
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-081-6/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-3/+3
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-2/+2
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-3/+3
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-1/+2
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-2/+1
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-1/+2
* This patch adds required piece of code for SysV Abi for arm. Omair Javaid2015-04-291-5/+11
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-3/+2
* Make a more complete fix for always supplying an execution context when getti...Greg Clayton2015-02-121-3/+3
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-3/+3
* Mark the armv7 q0-q3 and q8-q15 registers as volatile (not calleeJason Molenda2014-12-021-0/+30
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+3
* Better error reporting when a variable can't beSean Callanan2014-02-281-1/+7
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-081-43/+33
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Add link to Darwin iOS arm ABI docs in ABIMacOSX_arm.cpp.Jason Molenda2013-08-231-0/+5
* Fix ABIMacOSX_arm::RegisterIsVolatile() so it identifies r12 as a volatile reg.Jason Molenda2013-08-221-2/+2
* Simplify the CreateFunctionEntryUnwindPlan () and CreateDefaultUnwindPlan()Jason Molenda2013-08-221-28/+10
* Huge change to clean up types.Greg Clayton2013-07-111-31/+21
* <rdar://problem/13854277>Greg Clayton2013-05-101-16/+12
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Don't read the SP when getting argument values from registers in case the SP ...Greg Clayton2012-12-181-5/+10
* Add a new capability to RegisterContextLLDB: To recognize when theJason Molenda2012-10-261-9/+86
* Implement returning integer values in "thread return" for arm, x86_64 and i38...Jim Ingham2012-09-271-3/+76
* Start at getting "thread return" working. Doesn't work yet.Jim Ingham2012-09-121-0/+7
* Switch nearly all of the use of the UnwindPlan::Row's to go throughJason Molenda2012-07-141-9/+9
* Removed unused variable to quiet a warning.Greg Clayton2012-07-111-1/+0
* Simplify the CreateDefaultUnwindPlan methods for the x86 and arm unwindersJason Molenda2012-07-091-29/+8
* <rdar://problem/11358639>Greg Clayton2012-05-081-2/+2
* rdar://problem/10652076Johnny Chen2012-02-291-106/+106
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-8/+9
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-71/+79
* Have the FuncUnwinder object request & provide an architecture-definedJason Molenda2011-09-151-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+136
* Created a std::string in the base StopInfo class for the description andGreg Clayton2011-06-041-4/+1
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-22/+4
* Added functions to lldb_private::Address to set an address from a load addressGreg Clayton2011-05-221-32/+42
* Added the ability to sign extend a Scalar at any bit position for integerGreg Clayton2011-05-191-151/+108
* Added a function to lldb_private::Address:Greg Clayton2011-05-181-24/+11
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-3/+54
* Added the ability to get a 32 or 64 bit simple return value from the Greg Clayton2011-05-151-81/+76
* Expand the ABI prepare trivial function call to allow 6 simple args.Greg Clayton2011-05-141-20/+39
OpenPOWER on IntegriCloud