summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-3799/+3432
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-4/+7
* Add an "experimental" setting to disable injecting local variables into expre...Jim Ingham2016-07-071-3/+67
* fixits are apparently called fix-its.Jim Ingham2016-06-281-1/+1
* fix invalid assumption about the executable module in Target::Install()Todd Fiala2016-06-271-1/+1
* Improve watchpoint error reporting specially for arm/aarch64 targetsOmair Javaid2016-06-271-11/+11
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-38/+40
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-4/+4
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-281-1/+6
* Corrected wording of REPL not available messaging (contained a repeated word ...Kate Stone2016-04-211-1/+1
* Make sure to update Target arch if environment changedStephane Sezer2016-04-051-1/+1
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-2/+14
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-251-0/+9
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-30/+46
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-10/+10
* Add reverse file remapping for breakpoint setTamas Berghammer2016-03-041-3/+10
* Make LLDB safer to use with respect to the global destructor chain.Greg Clayton2016-02-261-4/+5
* Make sure the Target, Process and Thread GetGlobalProperties() static methods...Greg Clayton2016-02-261-4/+6
* This patch stops lldb from loading a .lldbinit file from the currentJason Molenda2016-02-191-0/+18
* Make Target::CalculateProcess() return a sensible result.Sean Callanan2016-02-121-1/+1
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-271-9/+9
* Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...Oleksiy Vyalov2016-01-191-0/+6
* Enable the use of modules in the expression parser by default.Sean Callanan2016-01-141-1/+1
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-111-191/+177
* Add the ability (through the SB API & command line) to specify an addressJim Ingham2015-11-171-1/+12
* Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan2015-11-101-10/+7
* Upstream a small change from Greg Clayton for the REPL support:Jason Molenda2015-11-101-0/+6
* The other half of a change made by Enrico for trying to get a correctJason Molenda2015-11-101-31/+57
* Make the language specifier to "break set" actually filter the names by their...Jim Ingham2015-11-061-1/+3
* Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham2015-11-031-1/+2
* Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...Jim Ingham2015-10-281-3/+3
* Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko2015-10-231-58/+21
* Fix error handling when there are no REPLs installed.Sean Callanan2015-10-211-1/+6
* Fixed version of r250913, which actually implements all the static functions.Sean Callanan2015-10-211-1/+13
* Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra2015-10-211-13/+1
* Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan2015-10-211-1/+13
* When a REPL creates a new target for itself, it is that target's REPL.Sean Callanan2015-10-211-0/+9
* When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan2015-10-211-1/+2
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-201-3/+9
* Make sure we restore the process events so they aren't hijacked when using th...Greg Clayton2015-10-201-11/+18
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-191-0/+32
* Factor the execution of the test method into a separate function to ensure th...Adrian McCarthy2015-10-151-1/+1
* Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.Sean Callanan2015-10-091-1/+20
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-081-99/+39
* SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...Greg Clayton2015-10-051-7/+12
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-021-18/+36
* Removed a mutex guard that I accidentally pasted in from other code.Sean Callanan2015-10-011-2/+0
* Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan2015-10-011-19/+108
* Now persistent expression data no longer lives with the Target, but rather withSean Callanan2015-09-301-6/+12
OpenPOWER on IntegriCloud