summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-1/+2
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-2/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-12/+10
* Since ABI's now hold a process WP, they should be handedJim Ingham2018-11-131-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-10/+11
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-2/+2
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-537/+1036
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-081-51/+51
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-3/+3
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Plugins...Eugene Zelenko2016-02-261-57/+61
* The MacOSXi386 ABI should be used for watchos simulator debug sessions.Jason Molenda2015-11-101-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-17/+17
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-1/+1
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-111/+50
* Change the (internal to this file only) enum names from gcc_ toJason Molenda2015-09-041-116/+116
* Remove ABIMacOSX_i386::PrepareNormalCall().Bruce Mitchener2015-09-011-178/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-4/+4
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-4/+4
* Use both OS and Architecture to choose correct ABIAbhishek Aggarwal2015-07-061-1/+2
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-4/+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
* Add comments explaining the unwind setup inJason Molenda2015-01-161-0/+10
* Add comment regarding which i386 registers are non-volatile instead ofJason Molenda2015-01-161-0/+5
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+1
* Better error reporting when a variable can't beSean Callanan2014-02-281-1/+7
* Re-apply r201292. We're not going to enforce proper stack frame alignment on...Jason Molenda2014-02-191-16/+6
* Revert r201292 which relaxed the stack frame alignment requirements.Jason Molenda2014-02-131-6/+16
* Change the ABI CallFrameAddressIsValid methods for i386 and x86_64.Jason Molenda2014-02-131-16/+6
* Changed the ABIs and ClangFunction to take aSean Callanan2013-11-081-105/+11
* Fix the architectural default unwind plan's settings for restoringJason Molenda2013-11-051-1/+1
* 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
* Simplify the CreateFunctionEntryUnwindPlan () and CreateDefaultUnwindPlan()Jason Molenda2013-08-221-31/+7
* Fixing build errors from r188952Andrew Kaylor2013-08-211-2/+2
* Adding separate cfa alignment check for Darwin and non-Darwin targets in 32-b...Andrew Kaylor2013-08-211-4/+14
* Huge change to clean up types.Greg Clayton2013-07-111-67/+38
* <rdar://problem/13854277>Greg Clayton2013-05-101-14/+12
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-1/+0
OpenPOWER on IntegriCloud