summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2015-11-10Made the ClangASTImporter into a shared pointer, eliminating a race condition.Sean Callanan
2015-11-10Upstream a small change from Greg Clayton for the REPL support:Jason Molenda
2015-11-10The other half of a change made by Enrico for trying to get a correctJason Molenda
2015-11-06Make the language specifier to "break set" actually filter the names by their...Jim Ingham
2015-11-03Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...Jim Ingham
2015-10-28Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...Jim Ingham
2015-10-23Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...Eugene Zelenko
2015-10-21Fix error handling when there are no REPLs installed.Sean Callanan
2015-10-21Fixed version of r250913, which actually implements all the static functions.Sean Callanan
2015-10-21Revert "Made the REPL choose a default language if only one REPL can be chosen."Siva Chandra
2015-10-21Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan
2015-10-21When a REPL creates a new target for itself, it is that target's REPL.Sean Callanan
2015-10-21When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan
2015-10-20Added support for the "--repl" argument to LLDB. Sean Callanan
2015-10-20Make sure we restore the process events so they aren't hijacked when using th...Greg Clayton
2015-10-19Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan
2015-10-15Factor the execution of the test method into a separate function to ensure th...Adrian McCarthy
2015-10-09Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.Sean Callanan
2015-10-08Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton
2015-10-05SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...Greg Clayton
2015-10-02Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan
2015-10-01Removed a mutex guard that I accidentally pasted in from other code.Sean Callanan
2015-10-01Made Target hold a map of languages to TypeSystems, and added some accessors.Sean Callanan
2015-09-30Now persistent expression data no longer lives with the Target, but rather withSean Callanan
2015-09-25Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan
2015-09-22[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil
2015-09-21Use ClangASTContext for compile units with language eLanguageTypeMipsAssemblerTamas Berghammer
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2015-09-15Make the source-map help grammatical.Jim Ingham
2015-09-08Implement a Target::GetTypeSystemForLanguage API, as well as provide helpers ...Enrico Granata
2015-09-04This patch separates the generic portion of ClangExpressionVariable, whichSean Callanan
2015-09-01Have the Process hold a weak_ptr to the Target.Zachary Turner
2015-08-26Major DWARF cleanup.Greg Clayton
2015-08-26[MIPS] Avoid breakpoint in delay slotBhushan D. Attarde
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-30Fix help message for target.language setting.Dawn Perchik
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-06-24Proper handling of QNonStop packet response.Ewan Crawford
2015-06-16Fix a typo in the help.Jim Ingham
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-23Did some cleanup to stop us from leaking Pipe file descriptors.Greg Clayton
2015-05-20Fix handling of hijacked events in synchronous modeIlia K
2015-05-18Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)Ilia K
2015-05-15Reverting r237460 to fix test failures introduced on OSX & LinuxVince Harron
2015-05-15OperatingSystem plug-ins need to avoid running code when fetching thread list...Greg Clayton
2015-05-15Add --move-to-nearest-code / target.move-to-nearest-code optionsIlia K
2015-05-13Remote Non-Stop SupportEwan Crawford
2015-05-09Set path syntax for remote executable FileSpec.Chaoren Lin
2015-05-08This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds