summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBAddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code in SBAddress::GetDescriptionRaphael Isemann2019-09-111-6/+0
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-3/+3
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-021-0/+9
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+38
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-13/+0
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-11/+66
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-061-9/+5
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-48/+48
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-2/+2
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+2
* Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha2018-06-271-6/+0
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+5
* [LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain2017-05-041-0/+6
* 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-249/+164
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+2
* SBAddress currently *may* have an Address object or it may not.Jason Molenda2014-10-311-21/+21
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-3/+5
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok.Greg Clayton2012-10-301-1/+1
* <rdar://problem/12524810>Greg Clayton2012-10-221-3/+6
* Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton2012-04-131-0/+7
* Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as ...Greg Clayton2012-04-041-103/+38
* <rdar://problem/10103468>Greg Clayton2012-02-241-4/+4
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-061-1/+1
* Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton2012-02-041-0/+15
* lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton2012-01-301-3/+1
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-4/+5
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Added the ability to get the target triple, byte order and address byte sizeGreg Clayton2012-01-291-0/+7
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+3
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-48/+119
* Removed the function:Greg Clayton2011-09-171-2/+2
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-0/+58
* Make the SBAddress class easier to use when using the publicGreg Clayton2011-07-221-2/+32
* Added some functions to our API related to classifying symbols as code, data,Greg Clayton2011-03-311-0/+29
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-7/+12
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-35/+7
* Clean up the API logging code:Caroline Tice2010-10-261-16/+17
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+43
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
OpenPOWER on IntegriCloud