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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix expression evaluation with operator new
Pavel Labath
2016-08-15
1
-3
/
+5
*
Fix a race in Broadcaster/Listener interaction
Pavel Labath
2016-08-15
1
-4
/
+5
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
16
-95
/
+113
*
[InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)
Vedant Kumar
2016-08-11
1
-2
/
+15
*
[InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)
Vedant Kumar
2016-08-11
1
-5
/
+67
*
Centralize all select() calls into one place so that we can take advantage of...
Greg Clayton
2016-08-10
1
-0
/
+90
*
Fix the lookup of dictionary values by name to not do a linear search.
Greg Clayton
2016-08-10
1
-8
/
+3
*
Remove a circular include dependency.
Zachary Turner
2016-08-10
1
-1
/
+3
*
Make sure files include what they use (part 1/N)
Pavel Labath
2016-08-10
3
-5
/
+6
*
Add a newline to the end of the file to remove the clang warnings.
Jim Ingham
2016-08-10
1
-1
/
+1
*
Fix build on android and Linux.
Zachary Turner
2016-08-10
1
-1
/
+1
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
5
-50
/
+91
*
Clean up linux/Ptrace.h
Pavel Labath
2016-08-08
1
-18
/
+9
*
Remove Android.h
Pavel Labath
2016-08-08
2
-32
/
+0
*
Remove SYS_tgkill from Android.h
Pavel Labath
2016-08-08
1
-2
/
+0
*
Remove _isatty from Android.h
Pavel Labath
2016-08-08
1
-1
/
+0
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
4
-0
/
+16
*
Support for OCaml native debugging
Tamas Berghammer
2016-08-02
2
-0
/
+356
*
[LLVM][MIPS] Fix FPU Size Based on Dynamic FR.
Nitesh Jain
2016-08-01
2
-0
/
+9
*
Improve code of loading plugins that provide cmnds
Abhishek Aggarwal
2016-07-29
1
-0
/
+6
*
Move the code which knows how to get information about the shared
Jason Molenda
2016-07-29
1
-0
/
+50
*
Host: correct use of std::condition_variable::wait_for
Saleem Abdulrasool
2016-07-28
1
-1
/
+1
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
10
-583
/
+179
*
Fix DataExtractor::PeekData for zero length peeks
Pavel Labath
2016-07-26
1
-1
/
+1
*
Support loading files even when incorrect file name specified by the linker
Tamas Berghammer
2016-07-22
2
-0
/
+27
*
Add support to get the shared cache information from the new
Jason Molenda
2016-07-22
1
-0
/
+13
*
Unify process launching code on linux
Pavel Labath
2016-07-21
1
-3
/
+4
*
Add a new DynamicLoader plugin that uses SPI that are in development
Jason Molenda
2016-07-21
1
-0
/
+19
*
Add a default-value bool flag pretty_print to the StructuredData Dump methods.
Jason Molenda
2016-07-20
1
-10
/
+10
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
8
-10
/
+10
*
Refactor (with some rewriting) the DynamicLoaderMacOSX plugin into
Jason Molenda
2016-07-17
1
-1
/
+1
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-2
/
+3
*
Editing multi-line content in a terminal environment involves a lot of
Kate Stone
2016-07-14
1
-4
/
+16
*
fix command-line LLDB so NSLog messages show up
Todd Fiala
2016-07-14
1
-0
/
+17
*
Remove comment that isn't needed anymore.
Greg Clayton
2016-07-13
1
-47
/
+0
*
Centralize the way symbol and functions are looked up by making a Module::Loo...
Greg Clayton
2016-07-13
2
-27
/
+87
*
Make ThreadPlanStepInstruction's constructor public.
Stephane Sezer
2016-07-12
1
-5
/
+6
*
Make IsSyntheticChildrenGenerated() virtual so that dynamic and synthetic val...
Enrico Granata
2016-07-08
3
-2
/
+14
*
Add an API to unwind from a hand-called expression.
Jim Ingham
2016-07-08
1
-0
/
+3
*
Add an "experimental" setting to disable injecting local variables into expre...
Jim Ingham
2016-07-07
1
-0
/
+13
*
Implement GetMemoryRegions() for Linux and Mac OSX core files.
Howard Hellyer
2016-07-07
4
-9
/
+65
*
Enhance FuncUnwinders::GetUnwindPlanAtNonCallSite to detect when we
Jason Molenda
2016-07-06
1
-0
/
+8
*
Because of our lifetime rules w.r.t. ValueObjects and ClusterManagers, synthe...
Enrico Granata
2016-07-06
4
-1
/
+114
*
Add data formatter for libstdc++ shared_ptr and weak_ptr
Tamas Berghammer
2016-07-06
1
-3
/
+1
*
Allows "experimental" settings that will either route to their containing
Jim Ingham
2016-07-06
1
-0
/
+14
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
3
-6
/
+24
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
4
-13
/
+23
*
fixits are apparently called fix-its.
Jim Ingham
2016-06-28
1
-1
/
+1
*
Made templates that have Enumeration values as arguments work correctly.
Greg Clayton
2016-06-24
3
-3
/
+19
*
Handle variadic Objective-C methods from DWARF correctly.
Sean Callanan
2016-06-24
1
-1
/
+2
[next]