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
/
Plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update SWIG typemaps to use `PythonFile`.
Zachary Turner
2015-10-16
2
-1
/
+26
*
Resubmit: RenderScript command for printing allocation contents
Ewan Crawford
2015-10-16
2
-0
/
+463
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
2
-12
/
+12
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
4
-34
/
+133
*
Fix broken assert in DWARFDIE.cpp on OS X
Todd Fiala
2015-10-15
1
-1
/
+1
*
In r240466, when Greg added the jThreadsInfo packet, he accidentally
Jason Molenda
2015-10-15
1
-1
/
+0
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
2
-0
/
+74
*
Make uses of /dev/null portable across OSes.
Zachary Turner
2015-10-14
2
-5
/
+7
*
Get Python unit tests working with Python 3.
Zachary Turner
2015-10-14
1
-39
/
+28
*
Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.
Stephane Sezer
2015-10-14
1
-2
/
+2
*
Fix Python initialization for Python 3.
Zachary Turner
2015-10-14
1
-46
/
+91
*
Minor cleanup on PythonDataObject constructors.
Zachary Turner
2015-10-14
2
-5
/
+13
*
Change swig interface files to use PythonDataObjects.
Zachary Turner
2015-10-14
2
-4
/
+13
*
lldb-server: add support for binary memory reads
Pavel Labath
2015-10-14
3
-14
/
+19
*
Revert "RenderScript command for printing allocation contents"
Pavel Labath
2015-10-14
2
-463
/
+0
*
Make use of lldv::Triple::isAndroid
Tamas Berghammer
2015-10-14
3
-13
/
+7
*
Fix compiler warnings in ScriptInterpreterPython
Pavel Labath
2015-10-14
1
-1
/
+1
*
RenderScript command for printing allocation contents
Ewan Crawford
2015-10-14
2
-0
/
+463
*
[LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received...
Mohit K. Bhakkad
2015-10-14
1
-1
/
+3
*
[LLDB][MIPS64] Adding mips64 reaturn address register for unwind plan
Mohit K. Bhakkad
2015-10-14
1
-0
/
+1
*
ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...
Todd Fiala
2015-10-13
1
-0
/
+6
*
Remove definition of ~PlatformNetBSD(), since its declaration is marked as '=...
Bruce Mitchener
2015-10-13
1
-13
/
+0
*
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
*
Preliminary NetBSD support
Bruce Mitchener
2015-10-13
2
-0
/
+878
*
Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...
Jim Ingham
2015-10-12
1
-9
/
+0
*
X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal
2015-10-12
4
-2
/
+16
*
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
*
Remove long-forgotten plugin virtuals.
Bruce Mitchener
2015-10-09
6
-80
/
+0
*
[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
4
-0
/
+15
*
Addressing warning due to rL249651
Mohit K. Bhakkad
2015-10-09
1
-3
/
+0
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
2
-1
/
+9
*
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
4
-4
/
+17
*
[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
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
9
-95
/
+429
*
Reduce header inclusion in Expression.
Bruce Mitchener
2015-10-07
4
-4
/
+2
*
Remove unused virtuals from ABISysV_ppc*
Bruce Mitchener
2015-10-07
2
-24
/
+0
*
[Go] Fix inconsistent-missing-override warnings.
Bruce Mitchener
2015-10-07
1
-4
/
+4
*
Enable the StringPrinter to have prefixes that are strings instead of just a ...
Enrico Granata
2015-10-07
3
-14
/
+14
*
Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...
Enrico Granata
2015-10-07
1
-5
/
+5
*
Add missing GoLanguageRuntime files.
Ryan Brown
2015-10-06
4
-0
/
+350
*
Create GoLanguageRuntime.
Ryan Brown
2015-10-06
1
-0
/
+1
*
Remove GetShortPluginName.
Bruce Mitchener
2015-10-06
5
-28
/
+0
*
Fix virtual/override warnings in new MIPS code.
Bruce Mitchener
2015-10-06
1
-17
/
+17
[next]