summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [RegisterContext] Remove now unneded vestiges.Davide Italiano2019-11-131-6/+0
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-16/+0
* Remove null checks of results of new expressionsPavel Labath2019-07-011-2/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-19/+19
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* 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
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+2
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-807/+949
* Fix more RegisterInfo initialization issues and quiet hundreds of warnings.Greg Clayton2016-08-081-38/+38
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-2/+2
* Clean up register naming conventions inside lldb. Jason Molenda2015-09-151-263/+137
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-151-3/+3
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-1/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-5/+6
* Included <inttypes.h> in a few headers that wereSean Callanan2014-04-191-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-2/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Patch to fix GCC build from Dmitry Vyukov.Greg Clayton2012-03-011-0/+1
* rdar://problem/10652076Johnny Chen2012-02-291-38/+38
* warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings.Daniel Dunbar2011-10-311-3/+10
* Third round of code cleanups:Enrico Granata2011-08-191-3/+3
* Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms,Peter Collingbourne2011-07-221-0/+2
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-0/+1056
OpenPOWER on IntegriCloud