summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBSymbol.cpp
AgeCommit message (Expand)Author
2025-08-28[lldb] Add SBFunction::GetBaseName() & SBSymbol::GetBaseName() (#155939)Jonas Devlieghere
2025-08-23Re-land LLDB dap module symbol tables (#155021)Ely Ronnen
2025-08-22Revert "[lldb-dap] Add module symbol table viewer to VS Code extension #14062...Muhammad Omair Javaid
2025-08-21[lldb-dap] Add module symbol table viewer to VS Code extension #140626 (#153836)Ely Ronnen
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2022-08-22Don't create sections for SHN_ABS symbols in ELF files.Greg Clayton
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-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
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
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-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-04-02Export the ability to see if a symbol is externally visible and also if the s...Greg Clayton
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg 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-11-13<rdar://problem/10126482>Greg Clayton
2011-03-31Added some functions to our API related to classifying symbols as code, data,Greg 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
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton
2010-12-14Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton
2010-12-07Added symbol table access through the module for now. We might need to exposeGreg Clayton
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton
2010-10-30Improved API logging.Greg Clayton
2010-10-26Clean up the API logging code:Caroline Tice