summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-3/+12
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-1/+1
* Remove unused and undocumented data_offset parameter (NFC)Adrian Prantl2019-08-081-1/+1
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-32/+26
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-3/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+8
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-5/+5
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-3/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-5/+6
* 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
* Fix typos.Bruce Mitchener2018-10-041-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-271/+274
* Rename Error -> Status.Zachary Turner2017-05-121-5/+5
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-825/+823
* Fix a check in the objc trampoline handlerStephane Sezer2016-07-131-1/+1
* Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.Jim Ingham2016-05-261-5/+5
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Compilation can end up calling functions (e.g. to resolve indirect functions)...Jim Ingham2016-03-211-1/+4
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-17/+22
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-65/+33
* Stop objects from keeping a strong reference to the process when they should ...Greg Clayton2015-08-311-59/+77
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-3/+3
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-4/+4
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-8/+6
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Switch over to using object_getClass to get the class of an object. Previous...Jim Ingham2014-06-191-27/+39
* Give the clang functions names. This is only for logging.Jim Ingham2014-04-221-1/+2
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+2
* 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
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* This commit does two things. One, it converts the return value of the QueueT...Jim Ingham2013-07-181-1/+1
* Huge change to clean up types.Greg Clayton2013-07-111-19/+20
* Don't go to the trouble of trying to figure out the implementation function f...Jim Ingham2013-06-201-0/+8
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-3/+3
* A couple of small fixes to make core file debugging less noisy.Jason Molenda2013-05-111-3/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Change the AppleObjCTrampolineHandler to always run all threads when resolvin...Jim Ingham2013-03-221-1/+5
* Handle the case where the runtime uses class_getMethodImplementation for both...Jim Ingham2013-02-201-8/+138
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-13/+13
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
OpenPOWER on IntegriCloud