summaryrefslogtreecommitdiff
path: root/include/lldb/Target/TargetList.h
AgeCommit message (Expand)Author
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2015-10-29Fix Clang-tidy modernize-use-nullptr warnings in remaining files in include/l...Eugene Zelenko
2015-08-18Fix Clang-tidy misc-use-override warnings in include/lldb/Utility and some fi...Pavel Labath
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham
2014-07-01Fix typos.Bruce Mitchener
2012-10-18<rdar://problem/12462048>Greg Clayton
2012-05-08Print out a notification when the process of a target other than the currentl...Jim Ingham
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-04-18Centralized a lot of the status information for processes,Greg Clayton
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-02-04Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner