summaryrefslogtreecommitdiff
path: root/lldb/source/Target/TargetList.cpp
AgeCommit message (Expand)Author
2025-10-07[lldb] Add support for unique target ids (#160736)Janet Yang
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-04-24[lldb][nfc] Move broadcaster class strings away from ConstString (#89690)Alex Langford
2024-02-06[lldb] Fix a crasher when using the public API. (#80508)Greg Clayton
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-09-23Use llvm::find (NFC)Kazu Hirata
2023-07-06[lldb] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after D15...Fangrui Song
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-06-06[lldb/Target] Add ability to set a label to targetsMed Ismail Bennani
2023-01-13Revert "[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateI...Med Ismail Bennani
2023-01-12[lldb] Add Debugger & ScriptedMetadata reference to Platform::CreateInstanceMed Ismail Bennani
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-08-02[lldb] Create an enum to specify the kind of ArchSpec matchingPavel Labath
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata
2022-06-22[lldb] Resolve exe location for `target create`Alvin Wong
2022-04-13[lldb] Remove the global platform listPavel Labath
2022-03-30[lldb] Change the way we pick a platform for fat binariesJonas Devlieghere
2022-03-14[lldb] Plumb process host architecture through platform selectionJonas Devlieghere
2022-03-09Revert "[lldb] Remove the global platform list"Pavel Labath
2022-03-09[lldb] Remove the global platform listPavel Labath
2022-03-02[lldb/Platform] Prepare decouple instance and plugin namesPavel Labath
2021-05-24[lldb] Add missing mutex guards to TargetList::CreateTargetRaphael Isemann
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-12-12[lldb] Modernize TargetList for-loops, NFCTatyana Krasnukha
2020-12-12[lldb] "target create" shouldn't save target if the command failedTatyana Krasnukha
2020-11-05[TargetList] Delete the destructorVedant Kumar
2020-11-05[TargetList] Simplify dummy target creationVedant Kumar
2020-08-06Unify the code that updates the ArchSpec after finding a fat binaryAdrian Prantl
2020-07-31Convert to early exit (NFC)Adrian Prantl
2020-07-29[lldb] Improve platform handling in CreateTargetInternalJonas Devlieghere
2020-05-14Moving executable module symbols parsing to target creation method.Levon Ter-Grigoryan
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04[lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath
2019-12-04[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann
2019-04-23Lock accesses to OptionValueFileSpecList objectsFrederic Riss
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-09Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere
2018-11-09[FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere
2018-11-08[FileSystem] Add convenience method to check for directories.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere