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