summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFunction.cpp
AgeCommit message (Expand)Author
2025-08-28[lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (#155939)Jonas Devlieghere
2025-02-06[lldb] s/GetAddressRange().GetBaseAddress()/GetAddress() (#125847)Pavel Labath
2025-01-15[lldb] Implement (SB)Function::GetInstructions for discontinuous functions (#...Pavel Labath
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-12-03Reapply "[lldb] Use the function block as a source for function ranges (#1179...Pavel Labath
2024-12-03[lldb] Expose discontinuous functions through SBFunction::GetRanges (#117532)Pavel Labath
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
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
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2020-09-25[lldb] Pass reference instead of pointer in protected SBAddress methods.Jonas Devlieghere
2020-03-05[lldb] s/ExecutionContext/Target in DisassemblerPavel Labath
2020-01-30[lldb][NFCI] Remove unused LanguageType parametersAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-03-03Move Log 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-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton
2015-07-29First part of an attempt to indicate to the user when they are Jason Molenda
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-07-06Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata
2014-11-17Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-09-12Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham
2012-04-11No functionality changes, mostly cleanup.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-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
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton
2011-03-02Export the ability to get the start and end addresses for functionsGreg Clayton