summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBAddress.cpp
AgeCommit message (Expand)Author
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2020-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere
2020-06-24[lldb/API] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-09-11[lldb][NFC] Remove dead code in SBAddress::GetDescriptionRaphael Isemann
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-04-02Make operator==s consistent between c++ and python APIsPavel Labath
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-06[SBAPI] Don't check IsValid in constructorJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[API] Remove redundants get() from smart pointers. NFCJonas Devlieghere
2018-10-25Don't type-erase the SymbolContextItem enumeration.Zachary Turner
2018-06-27Move AddressClass to private enums since API doesn't provide any functions to...Tatyana Krasnukha
2018-06-26Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-04[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.Nitesh Jain
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2015-03-03Reduce header footprint of Target.hZachary Turner
2014-10-31SBAddress currently *may* have an Address object or it may not.Jason Molenda
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-03-27<rdar://problem/13521159>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-30Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok.Greg Clayton
2012-10-22<rdar://problem/12524810>Greg Clayton
2012-04-13Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...Greg Clayton
2012-04-04Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as ...Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton
2012-02-04Allow a SBAddress to be created from a SBSection and an offset.Greg Clayton
2012-01-30lldb::SBTarget and lldb::SBProcess are now thread hardened. They both stillGreg Clayton
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-29Added the ability to get the target triple, byte order and address byte sizeGreg Clayton
2011-11-13<rdar://problem/10126482>Greg Clayton
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-09-17Removed the function:Greg Clayton
2011-08-12We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton
2011-07-22Make the SBAddress class easier to use when using the publicGreg Clayton