summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-9/+9
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+34
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-14/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-8/+52
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-181/+115
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+3
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-2/+2
* Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata2015-07-061-0/+14
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-4/+5
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-2/+4
* Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda2013-09-121-1/+3
* <rdar://problem/13521159>Greg Clayton2013-03-271-2/+2
* Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham2013-03-021-2/+7
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-1/+1
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-1/+1
* Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton2012-04-021-0/+17
* <rdar://problem/10997402>Greg Clayton2012-03-071-20/+11
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-3/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-3/+3
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+4
* Added some functions to our API related to classifying symbols as code, data,Greg Clayton2011-03-311-0/+8
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-0/+1
* Export the ability to get the start and end addresses for functionsGreg Clayton2011-03-021-0/+44
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-0/+4
* Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton2010-12-141-0/+6
* Added symbol table access through the module for now. We might need to exposeGreg Clayton2010-12-071-1/+6
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-0/+13
* Improved API logging.Greg Clayton2010-10-301-27/+12
* Clean up the API logging code:Caroline Tice2010-10-261-11/+15
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+27
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-1/+32
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-10/+3
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+23
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-10/+10
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+64
OpenPOWER on IntegriCloud