summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)Author
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere
2024-06-08[lldb] Use const reference for range variables to improve performance (NFC) (...Shivam Gupta
2024-04-25Initial step in targets DAP support (#86623)jeffreytan81
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-02-06Support statistics dump summary only mode (#80745)Wanyi
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo
2023-11-05[lldb] Remove LocateSymbolFile (#71301)Jonas Devlieghere
2023-11-04[lldb] Move DownloadObjectAndSymbolFile to SymbolLocator plugin (#71267)Jonas Devlieghere
2023-09-21Reland "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-21Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"David Spickett
2023-09-20[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-09-18Revert "[lldb] Add 'modify' type watchpoints, make it default (#66308)"Jason Molenda
2023-09-18[lldb] Add 'modify' type watchpoints, make it default (#66308)Jason Molenda
2023-08-11[lldb] SBTarget::AddModule do all searches by UUID, set Target archJason Molenda
2023-07-05[lldb] Fix incorrect uses of formatv specifiers in LLDB_LOGJonas Devlieghere
2023-06-06[lldb/Target] Add ability to set a label to targetsMed Ismail Bennani
2023-06-01Fix regex & startsWith name lookup in SBTarget::FindGlobalVariablesJim Ingham
2023-05-18[lldb] Guarantee the lifetimes of all strings returned from SBAPIAlex Langford
2023-04-06[lldb] Add an overload to SetModuleLoadAddress that takes an unsigned valueJonas Devlieghere
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-02-28Fix the run locker setting for async launches that don't stop at theJim Ingham
2022-11-16Make CompilerType safeAdrian Prantl
2022-03-14Don't report memory return values on MacOS_arm64 of SysV_arm64 ABI's.Jim Ingham
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
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
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-11-23[formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc
2021-11-01[lldb][NFC] avoid unnecessary roundtrips between different string typesXu Jun
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-03-03[lldb][NFC] Delete unused AddressResolverNameRaphael Isemann
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani
2021-02-03[lldb/test] Stop recording fundamental return types (NFC)Med Ismail Bennani
2021-02-01[lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC)Med Ismail Bennani
2020-12-15[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overloadMed Ismail Bennani
2020-12-15Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code)...Med Ismail Bennani
2020-12-15[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overloadMed Ismail Bennani
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-08-05"|" used when "||" was meant in SBTarget::FindFunctionsJim Ingham
2020-08-05[lldb] Make SBTarget::LaunchSimple start form the target's LaunchInfoJonas Devlieghere