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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parsing expressions to evaluate with spaces and optional args (MI)
Ilia K
2016-09-22
2
-15
/
+16
*
fix Args function broken in r281942
Todd Fiala
2016-09-22
1
-1
/
+1
*
Fix typo in lldb --help
Ed Maste
2016-09-21
1
-1
/
+1
*
Fix for loop sign fix in r282112 for column = 0
Ed Maste
2016-09-21
1
-1
/
+1
*
Fix an incorrect nullptr conversion.
Zachary Turner
2016-09-21
1
-1
/
+1
*
Fix integer sign warning from r282105
Ed Maste
2016-09-21
1
-1
/
+1
*
Fix -Wcovered-switch-default warning in StackFrame.cpp
Ed Maste
2016-09-21
1
-2
/
+0
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
11
-40
/
+103
*
add stop column highlighting support
Todd Fiala
2016-09-21
16
-51
/
+341
*
Probably should add the breakpoint names test directory as well...
Jim Ingham
2016-09-21
3
-0
/
+200
*
Fix failing regex tests.
Zachary Turner
2016-09-21
1
-1
/
+1
*
Fix an inefficient StringRef conversion.
Zachary Turner
2016-09-21
1
-3
/
+1
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
49
-192
/
+230
*
Refactor NativeRegisterContextLinux_x86_64 code.
Valentina Giusti
2016-09-21
2
-114
/
+41
*
Remove an invalid doxygen `@return` docstring on a void function
Luke Drummond
2016-09-21
1
-3
/
+0
*
Adds tests for breakpoint names, and a FindBreakpointsByName.
Jim Ingham
2016-09-21
6
-4
/
+66
*
Fix Clang initialization and Clang-tidy modernize-use-nullptr warnings in sou...
Eugene Zelenko
2016-09-21
3
-94
/
+97
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
14
-64
/
+270
*
Unbreak the NetBSD build after recent changes
Kamil Rytarowski
2016-09-20
1
-1
/
+1
*
Enable clang attributes when using clang-cl.
Zachary Turner
2016-09-20
1
-1
/
+1
*
[PECOFF] Use the COFF subsystem field when determining the Triple.
Zachary Turner
2016-09-20
2
-1
/
+20
*
Make it so that one can register prefix matches as well as identical matches ...
Enrico Granata
2016-09-20
2
-14
/
+78
*
Fixed the build by changing a couple of const char *s to StringRefs.
Sean Callanan
2016-09-19
3
-7
/
+10
*
Convert 3 more functions to use a StringRef.
Zachary Turner
2016-09-19
7
-92
/
+65
*
Fix compilation of unit tests.
Zachary Turner
2016-09-19
1
-33
/
+33
*
Try to fix freebsd and android builds.
Zachary Turner
2016-09-19
2
-2
/
+2
*
Fix more functions in Args to use StringRef.
Zachary Turner
2016-09-19
34
-151
/
+194
*
Xcode: support gtests that use the Inputs dir
Todd Fiala
2016-09-19
2
-79
/
+125
*
Fix boolean logic error in BreakpointID.
Zachary Turner
2016-09-17
1
-1
/
+1
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
25
-99
/
+207
*
Fix compiler warnings where two values weren't being initialized.
Greg Clayton
2016-09-16
1
-2
/
+2
*
Set the correct triple when creating an ArchSpec for Windows.
Zachary Turner
2016-09-16
1
-0
/
+3
*
Add unit tests for a few string conversion functions in Args.
Zachary Turner
2016-09-16
10
-48
/
+133
*
[RenderScript] Support tracking and dumping reduction kernels
Luke Drummond
2016-09-16
2
-59
/
+264
*
add availability check to DarwinLog event tests
Todd Fiala
2016-09-16
1
-0
/
+13
*
First tests for serializing breakpoints.
Jim Ingham
2016-09-16
8
-36
/
+276
*
Allow ArchSpec to take a StringRef.
Zachary Turner
2016-09-15
3
-108
/
+152
*
[cmake] Don't depend on lldb-server unless it's built.
Zachary Turner
2016-09-15
1
-1
/
+6
*
Fixing bot failures
Chris Bieneman
2016-09-15
1
-1
/
+3
*
[LIT] First pass of LLDB LIT support
Chris Bieneman
2016-09-15
12
-2
/
+255
*
Convert ArchSpec::ParseMachOCPUDashSubtypeTriple to use StringRef.
Zachary Turner
2016-09-15
3
-48
/
+37
*
added LLDB_PYTHON_TESTSUITE_ARCH Xcode variable
Todd Fiala
2016-09-15
1
-2
/
+6
*
Reformat x86_64 register infos defines table
Dimitar Vlahovski
2016-09-15
1
-72
/
+41
*
Fix TestSymbolContextTwoFiles on Android after rL281595
Tamas Berghammer
2016-09-15
1
-1
/
+1
*
Add support for DW_AT_ranges_base attribute
Tamas Berghammer
2016-09-15
10
-33
/
+95
*
Try to fix windows build after rL281569
Tamas Berghammer
2016-09-15
2
-2
/
+2
*
Make the keys enumerations for options and resolvers enum classes.
Jim Ingham
2016-09-15
4
-13
/
+16
*
More cleanup in `frame diagnose,` eliminating a bunch of messy cases.
Sean Callanan
2016-09-14
3
-60
/
+33
*
Replaced two instances of std::function with auto.
Sean Callanan
2016-09-14
2
-8
/
+6
*
Cleaned up a little bit of redundant code in 'frame diagnose.`
Sean Callanan
2016-09-14
1
-11
/
+19
[next]