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
/
Thread.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up the stop printing header lines.
Jim Ingham
2016-11-08
1
-6
/
+13
*
Simplify GetGlobalProperties functions of Thread/Process/Target
Pavel Labath
2016-10-19
1
-5
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2200
/
+1866
*
Implementation "step out" plans shouldn't gather the return value.
Jim Ingham
2016-08-23
1
-1
/
+3
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-2
/
+2
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-35
/
+34
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-1
/
+1
*
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
-2
/
+6
*
Remove a stray ;.
Jim Ingham
2016-02-03
1
-1
/
+0
*
Re-apply r257117 (reverted in r257138 temporarily),
Jason Molenda
2016-01-08
1
-4
/
+6
*
Revert r257117 "Performance improvement: Change lldb so that it
Jason Molenda
2016-01-08
1
-6
/
+4
*
Performance improvement: Change lldb so that it puts a breakpoint
Jason Molenda
2016-01-08
1
-4
/
+6
*
Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...
Eugene Zelenko
2015-12-15
1
-65
/
+53
*
When constructing an address range to "step" or "next" through,
Jason Molenda
2015-12-15
1
-2
/
+37
*
Another optimization to keep down gdb-remote traffic. If we have suspended a...
Jim Ingham
2015-11-06
1
-4
/
+7
*
Fix Clang-tidy modernize-use-override warnings in source/Target; other minor ...
Eugene Zelenko
2015-10-23
1
-83
/
+38
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-3
/
+3
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Feedback from Jim: Change the "optimized code" warning to be entirely
Jason Molenda
2015-08-10
1
-8
/
+2
*
Change the warning message about optimization to be printed once
Jason Molenda
2015-08-06
1
-4
/
+5
*
Second part of indicating when the user is stopped in optimized code.
Jason Molenda
2015-08-06
1
-0
/
+28
*
More packet performance improvements.
Greg Clayton
2015-07-17
1
-0
/
+9
*
Fix indentation.
Greg Clayton
2015-07-01
1
-2
/
+2
*
Fix up some comments to be more explicit. Remove some long-commented out code.
Jim Ingham
2015-06-02
1
-6
/
+1
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Assembly profiler for mips32
Bhushan D. Attarde
2015-05-15
1
-0
/
+2
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-0
/
+1
*
Fix segfault when doing `thread info` on a thread without stop info.
Chaoren Lin
2015-04-08
1
-7
/
+10
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Further reduce header footprint of Debugger.h.
Zachary Turner
2015-03-04
1
-0
/
+2
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...
Greg Clayton
2015-02-04
1
-6
/
+11
*
Use LLDB_INVALID_FRAME_ID for invalid frame ID's.
Jim Ingham
2015-01-28
1
-1
/
+1
*
Abstract the details from regex.h a bit more by not allowing people to specif...
Greg Clayton
2015-01-21
1
-2
/
+2
*
Handle thumb IT instructions correctly all the time.
Greg Clayton
2014-12-09
1
-2
/
+32
*
Fix some bugs from D5988
Justin Hibbits
2014-10-31
1
-1
/
+1
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+2
*
Add /* DISABLES CODE */ annotation before if (0) to mark it as intentional.
Jason Molenda
2014-10-16
1
-1
/
+1
*
Remove unused initialization.
Jason Molenda
2014-10-16
1
-1
/
+1
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-5
/
+17
*
Fix stepping over the inserted breakpoint trap when the NEXT instruction
Jim Ingham
2014-10-08
1
-19
/
+19
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
1
-42
/
+117
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-1
/
+1
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
1
-1
/
+17
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
[prev]
[next]