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 cast in arm watchpoint handling code
Tamas Berghammer
2015-10-13
1
-1
/
+1
*
Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...
Vadim Macagon
2015-10-13
1
-0
/
+2
*
Preliminary NetBSD support
Bruce Mitchener
2015-10-13
13
-1
/
+1460
*
[libstdc++ data-formatters] Remove size limits.
Siva Chandra
2015-10-13
1
-11
/
+0
*
Support RHEL 7 and similar systems that use architecture-specific Python lib ...
Todd Fiala
2015-10-12
4
-1
/
+83
*
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...
Jim Ingham
2015-10-12
2
-18
/
+84
*
Return the right answer for ShouldStop for the RunToAddress plan. This isn't
Jim Ingham
2015-10-12
1
-1
/
+1
*
Add a doc string for ReturnFromFrame.
Jim Ingham
2015-10-12
1
-0
/
+7
*
Fix test for change in a summary string (objects -> elements).
Jim Ingham
2015-10-12
1
-6
/
+6
*
TestAttachResume is still flaky on linux. mark it as such
Pavel Labath
2015-10-12
1
-0
/
+1
*
Switch threading mode for tests on Windows when there are lots of cores.
Adrian McCarthy
2015-10-12
1
-4
/
+7
*
dotest.py: Remove useless AttributeError catches
Pavel Labath
2015-10-12
1
-45
/
+18
*
Improve TestValueOfVectorVariable
Tamas Berghammer
2015-10-12
1
-10
/
+3
*
X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal
2015-10-12
6
-12
/
+34
*
Fixup log enable --stack so it works on Linux.
Todd Fiala
2015-10-10
1
-0
/
+1
*
[LLDB] Fix Clang-tidy misc-use-override warnings in some files in include/ll...
Bruce Mitchener
2015-10-10
14
-319
/
+276
*
Fix namespace closing comment.
Bruce Mitchener
2015-10-10
1
-1
/
+1
*
[TestValueOfVectorVariable] Reduce the vector size to 4.
Siva Chandra
2015-10-09
2
-4
/
+6
*
Fix build broken by r249885
Zachary Turner
2015-10-09
2
-3
/
+3
*
Correction in rL249838: Moving test to appropriate directory
Mohit K. Bhakkad
2015-10-09
3
-0
/
+0
*
Port native Python-API to 3.x
Zachary Turner
2015-10-09
7
-99
/
+648
*
Have CMake translate LLDB_PYTHON_HOME to forward slashes.
Zachary Turner
2015-10-09
1
-1
/
+2
*
Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.
Sean Callanan
2015-10-09
1
-1
/
+20
*
[debugserver,cmake] Add DEPENDS to custom commands.
Bruce Mitchener
2015-10-09
1
-1
/
+5
*
Remove long-forgotten plugin virtuals.
Bruce Mitchener
2015-10-09
6
-80
/
+0
*
[LLDB] Fix display of value of a vector variables in watchpoint operations
Mohit K. Bhakkad
2015-10-09
4
-3
/
+95
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-10-09
1
-0
/
+2
*
dotest.py: Fail if we detect multiple tests with the same name
Pavel Labath
2015-10-09
1
-0
/
+9
*
Fix a crash, an UB and add some assert to dwo symbol file handling
Tamas Berghammer
2015-10-09
5
-5
/
+26
*
Fix the windows build after r249747
Tamas Berghammer
2015-10-09
1
-1
/
+3
*
Fix the way dwo tests are skipped on darwin
Tamas Berghammer
2015-10-09
1
-6
/
+7
*
Rename one of the TestGoASTContexts
Pavel Labath
2015-10-09
1
-0
/
+0
*
Fix regression caused by r249769
Tamas Berghammer
2015-10-09
2
-2
/
+3
*
Fix disabling of dwo tests
Pavel Labath
2015-10-09
1
-0
/
+1
*
Addressing warning due to rL249651
Mohit K. Bhakkad
2015-10-09
1
-3
/
+0
*
Fix handling of LLDB_VERS_GENERATED_FILE.
Bruce Mitchener
2015-10-09
4
-16
/
+25
*
Added support for enumerating the languages that actually support TypeSystems
Sean Callanan
2015-10-08
10
-7
/
+117
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
7
-139
/
+137
*
Moved the target specific ClangASTContext initialization over into ClangASTCo...
Greg Clayton
2015-10-08
12
-157
/
+248
*
syncsource.py: a specific dir's source_excludes may now include the special e...
Todd Fiala
2015-10-08
1
-1
/
+10
*
[cmake] Fix cmake build on OSX after r249434.
Dawn Perchik
2015-10-08
3
-11
/
+12
*
Fix the undefined symbol issue with go linking with autotools: build the Lang...
Sylvestre Ledru
2015-10-08
2
-0
/
+2
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
22
-73
/
+753
*
Make CMake display more readable paths to Python binaries on Windows
Bruce Mitchener
2015-10-08
1
-3
/
+39
*
[LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpoints
Mohit K. Bhakkad
2015-10-08
1
-18
/
+55
*
Expected fail this test and supplied the radar number that is tracking the fix.
Greg Clayton
2015-10-07
1
-1
/
+2
*
[DWARFASTParserClang] Strengthen incomplete type handling.
Siva Chandra
2015-10-07
9
-47
/
+186
*
Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...
Greg Clayton
2015-10-07
2
-0
/
+11
*
Don't do DWO tests on darwin as they aren't supported. If this is an error an...
Greg Clayton
2015-10-07
1
-1
/
+1
*
Decide on the expression language inside UserExpression
Dawn Perchik
2015-10-07
2
-11
/
+13
[next]