summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2017-09-14Make breakpoint names real entities.Jim Ingham
2017-07-18Clean up lldb-types.hPavel Labath
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-28Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-02Fix various warnings. NFCZachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-12-16Add methods to enable using formatv syntax in LLDB.Zachary Turner
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-11-30Convert most of the Process class to Timeout<>Pavel Labath
2016-11-17Convert Platform, Process, and Connection functions to StringRef.Zachary Turner
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-08Convert some Expression parser functions to StringRef.Zachary Turner
2016-10-19Simplify GetGlobalProperties functions of Thread/Process/TargetPavel Labath
2016-09-26Added a setting that enables saving all .o files from a given JIT expression.Sean Callanan
2016-09-23Change FileAction::GetPath() to return a StringRef.Zachary Turner
2016-09-23Update the prompt related functions to use StringRefs.Zachary Turner
2016-09-22Add the ability to append breakpoints to the save file.Jim Ingham
2016-09-22Add the ability to deserialize only breakpoints matching a given name.Jim Ingham
2016-09-14Add SB API's for writing breakpoints to & creating the from a file.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool
2016-07-07Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham
2016-06-28fixits are apparently called fix-its.Jim Ingham
2016-06-27fix invalid assumption about the executable module in Target::Install()Todd Fiala
2016-06-27Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-04-28Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham
2016-04-21Corrected wording of REPL not available messaging (contained a repeated word ...Kate Stone
2016-04-05Make sure to update Target arch if environment changedStephane Sezer
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham
2016-03-25Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham
2016-03-09Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2016-03-04Add reverse file remapping for breakpoint setTamas Berghammer
2016-02-26Make LLDB safer to use with respect to the global destructor chain.Greg Clayton
2016-02-26Make sure the Target, Process and Thread GetGlobalProperties() static methods...Greg Clayton
2016-02-19This patch stops lldb from loading a .lldbinit file from the currentJason Molenda
2016-02-12Make Target::CalculateProcess() return a sensible result.Sean Callanan
2016-01-27[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde
2016-01-19Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...Oleksiy Vyalov
2016-01-14Enable the use of modules in the expression parser by default.Sean Callanan
2015-12-11Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-11-17Add the ability (through the SB API & command line) to specify an addressJim Ingham