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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change PyFile_FromFile to use PyFile_FromFd when using Py3.
Zachary Turner
2015-10-13
1
-5
/
+17
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
4
-770
/
+659
*
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
6
-0
/
+1357
*
Support RHEL 7 and similar systems that use architecture-specific Python lib ...
Todd Fiala
2015-10-12
2
-0
/
+38
*
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
*
X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal
2015-10-12
4
-2
/
+16
*
Fixup log enable --stack so it works on Linux.
Todd Fiala
2015-10-10
1
-0
/
+1
*
Fix build broken by r249885
Zachary Turner
2015-10-09
2
-3
/
+3
*
Port native Python-API to 3.x
Zachary Turner
2015-10-09
3
-99
/
+227
*
Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.
Sean Callanan
2015-10-09
1
-1
/
+20
*
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
1
-3
/
+20
*
[LLDB][MIPS] fix watchpoint searched on client side for same masked variables
Mohit K. Bhakkad
2015-10-09
1
-0
/
+2
*
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 regression caused by r249769
Tamas Berghammer
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
2
-3
/
+25
*
Added support for enumerating the languages that actually support TypeSystems
Sean Callanan
2015-10-08
5
-5
/
+95
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
6
-138
/
+136
*
Moved the target specific ClangASTContext initialization over into ClangASTCo...
Greg Clayton
2015-10-08
5
-143
/
+206
*
[cmake] Fix cmake build on OSX after r249434.
Dawn Perchik
2015-10-08
1
-11
/
+0
*
Fix the undefined symbol issue with go linking with autotools: build the Lang...
Sylvestre Ledru
2015-10-08
1
-0
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
11
-61
/
+534
*
[LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpoints
Mohit K. Bhakkad
2015-10-08
1
-18
/
+55
*
[DWARFASTParserClang] Strengthen incomplete type handling.
Siva Chandra
2015-10-07
1
-47
/
+84
*
Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...
Greg Clayton
2015-10-07
2
-0
/
+11
*
Decide on the expression language inside UserExpression
Dawn Perchik
2015-10-07
2
-11
/
+13
*
[lldb-mi] Fix evaluation of strings containing characters from non-ascii range
Dawn Perchik
2015-10-07
1
-2
/
+10
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
10
-95
/
+436
*
Reduce header inclusion in Expression.
Bruce Mitchener
2015-10-07
5
-4
/
+3
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
18
-1216
/
+1029
*
Remove unused virtuals from ABISysV_ppc*
Bruce Mitchener
2015-10-07
2
-24
/
+0
*
Resumbit "Fix race condition during process detach"
Pavel Labath
2015-10-07
1
-40
/
+40
*
Fix minor typos in comments.
Bruce Mitchener
2015-10-07
3
-4
/
+4
*
[Go] Fix inconsistent-missing-override warnings.
Bruce Mitchener
2015-10-07
1
-4
/
+4
*
Route the preferred-display-language mechanism to the ValueObjectPrinter and ...
Enrico Granata
2015-10-07
7
-3
/
+59
*
Enable the StringPrinter to have prefixes that are strings instead of just a ...
Enrico Granata
2015-10-07
4
-19
/
+26
*
Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...
Enrico Granata
2015-10-07
3
-18
/
+29
*
Fix Android build.
Chaoren Lin
2015-10-07
1
-6
/
+0
*
Simple readline functionality for interactive python on linux.
Ryan Brown
2015-10-06
1
-5
/
+0
*
Add missing GoLanguageRuntime files.
Ryan Brown
2015-10-06
4
-0
/
+350
*
Create GoLanguageRuntime.
Ryan Brown
2015-10-06
3
-0
/
+6
*
Remove GetShortPluginName.
Bruce Mitchener
2015-10-06
5
-28
/
+0
*
Fix Darwin build of lldb-server.
Stephane Sezer
2015-10-06
1
-0
/
+11
*
Create a logging category that is specific to data formatters activity
Enrico Granata
2015-10-06
5
-12
/
+15
*
Fix virtual/override warnings in new MIPS code.
Bruce Mitchener
2015-10-06
1
-17
/
+17
[next]