index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Target
/
Target.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-3799
/
+3432
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-4
/
+7
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
1
-3
/
+67
*
fixits are apparently called fix-its.
Jim Ingham
2016-06-28
1
-1
/
+1
*
fix invalid assumption about the executable module in Target::Install()
Todd Fiala
2016-06-27
1
-1
/
+1
*
Improve watchpoint error reporting specially for arm/aarch64 targets
Omair Javaid
2016-06-27
1
-11
/
+11
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-38
/
+40
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-4
/
+4
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
1
-1
/
+6
*
Corrected wording of REPL not available messaging (contained a repeated word ...
Kate Stone
2016-04-21
1
-1
/
+1
*
Make sure to update Target arch if environment changed
Stephane Sezer
2016-04-05
1
-1
/
+1
*
Figure out what the fixed expression is, and print it. Added another target ...
Jim Ingham
2016-03-29
1
-2
/
+14
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+9
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-30
/
+46
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-10
/
+10
*
Add reverse file remapping for breakpoint set
Tamas Berghammer
2016-03-04
1
-3
/
+10
*
Make LLDB safer to use with respect to the global destructor chain.
Greg Clayton
2016-02-26
1
-4
/
+5
*
Make sure the Target, Process and Thread GetGlobalProperties() static methods...
Greg Clayton
2016-02-26
1
-4
/
+6
*
This patch stops lldb from loading a .lldbinit file from the current
Jason Molenda
2016-02-19
1
-0
/
+18
*
Make Target::CalculateProcess() return a sensible result.
Sean Callanan
2016-02-12
1
-1
/
+1
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
1
-9
/
+9
*
Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...
Oleksiy Vyalov
2016-01-19
1
-0
/
+6
*
Enable the use of modules in the expression parser by default.
Sean Callanan
2016-01-14
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-11
1
-191
/
+177
*
Add the ability (through the SB API & command line) to specify an address
Jim Ingham
2015-11-17
1
-1
/
+12
*
Made the ClangASTImporter into a shared pointer, eliminating a race condition.
Sean Callanan
2015-11-10
1
-10
/
+7
*
Upstream a small change from Greg Clayton for the REPL support:
Jason Molenda
2015-11-10
1
-0
/
+6
*
The other half of a change made by Enrico for trying to get a correct
Jason Molenda
2015-11-10
1
-31
/
+57
*
Make the language specifier to "break set" actually filter the names by their...
Jim Ingham
2015-11-06
1
-1
/
+3
*
Add the ability to pass an EvaluateExpressionOptions when you make a UserExpr...
Jim Ingham
2015-11-03
1
-1
/
+2
*
Change Target::EvaluateExpression to take an ExecutionContextScope * rather t...
Jim Ingham
2015-10-28
1
-3
/
+3
*
Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...
Eugene Zelenko
2015-10-23
1
-58
/
+21
*
Fix error handling when there are no REPLs installed.
Sean Callanan
2015-10-21
1
-1
/
+6
*
Fixed version of r250913, which actually implements all the static functions.
Sean Callanan
2015-10-21
1
-1
/
+13
*
Revert "Made the REPL choose a default language if only one REPL can be chosen."
Siva Chandra
2015-10-21
1
-13
/
+1
*
Made the REPL choose a default language if only one REPL can be chosen.
Sean Callanan
2015-10-21
1
-1
/
+13
*
When a REPL creates a new target for itself, it is that target's REPL.
Sean Callanan
2015-10-21
1
-0
/
+9
*
When target is NULL, provide a debugger so that REPLs can use that to create
Sean Callanan
2015-10-21
1
-1
/
+2
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
1
-3
/
+9
*
Make sure we restore the process events so they aren't hijacked when using th...
Greg Clayton
2015-10-20
1
-11
/
+18
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-0
/
+32
*
Factor the execution of the test method into a separate function to ensure th...
Adrian McCarthy
2015-10-15
1
-1
/
+1
*
Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.
Sean Callanan
2015-10-09
1
-1
/
+20
*
Moved the target specific ClangASTContext initialization over into ClangASTCo...
Greg Clayton
2015-10-08
1
-99
/
+39
*
SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...
Greg Clayton
2015-10-05
1
-7
/
+12
*
Made GetScratchTypeSystemForLanguage return an error if desired.
Sean Callanan
2015-10-02
1
-18
/
+36
*
Removed a mutex guard that I accidentally pasted in from other code.
Sean Callanan
2015-10-01
1
-2
/
+0
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-19
/
+108
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-6
/
+12
[next]