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
/
OperatingSystem
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Changed the formerly pure virtual function:
Greg Clayton
2013-05-09
1
-20
/
+23
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
2
-4
/
+5
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
2
-5
/
+4
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
2
-4
/
+5
*
Remove unused OperatingSystem plugin.
Greg Clayton
2013-05-03
5
-415
/
+0
*
<rdar://problem/13700260>
Greg Clayton
2013-05-01
1
-6
/
+40
*
More CMake fixes for OS X.
Filipe Cabecinhas
2013-04-25
1
-1
/
+3
*
<rdar://problem/13590152>
Enrico Granata
2013-04-22
1
-0
/
+8
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
3
-3
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
3
-3
/
+3
*
Remove a debug print statement that I left in.
Greg Clayton
2013-04-16
1
-2
/
+0
*
<rdar://problem/13491977>
Greg Clayton
2013-04-12
2
-7
/
+42
*
<rdar://problem/13412986>
Enrico Granata
2013-03-28
1
-0
/
+3
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-4
/
+4
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
3
-0
/
+12
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-22
/
+25
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
2
-63
/
+101
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-2
/
+2
*
Take the Target API lock before letting the Python code start to work constru...
Jim Ingham
2012-12-07
1
-0
/
+12
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Allow operating system plug-ins to specify the address for registers so we do...
Greg Clayton
2012-10-25
4
-24
/
+42
*
Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...
Greg Clayton
2012-10-25
1
-4
/
+0
*
Added process and thread logging the python OperatingSystem plug-in.
Greg Clayton
2012-10-24
1
-1
/
+17
*
<rdar://problem/12491387>
Greg Clayton
2012-10-19
1
-1
/
+1
*
Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...
Greg Clayton
2012-10-19
1
-1
/
+1
*
<rdar://problem/12491420>
Greg Clayton
2012-10-18
2
-14
/
+38
*
Change the Thread constructor over to take a Process& rather than a ProcessSP...
Jim Ingham
2012-10-10
2
-2
/
+2
*
Fixes by Daniel Malea.
Filipe Cabecinhas
2012-08-28
1
-2
/
+2
*
Remove printf that go left in the code.
Greg Clayton
2012-08-24
1
-1
/
+0
*
The OS plug-in can now get data from a python script that implements the prot...
Greg Clayton
2012-08-24
1
-36
/
+66
*
We have a partially working OS plug-in through python!
Greg Clayton
2012-08-24
1
-4
/
+4
*
Added Args::StringForEncoding(), Args::StringToGenericRegister() and centrali...
Greg Clayton
2012-08-24
1
-69
/
+20
*
Fixing a bunch of issues with the OS plugin code
Enrico Granata
2012-08-24
1
-1
/
+1
*
Hooking up two more calls for the PythonOSPlugin stuff. The part of code to f...
Enrico Granata
2012-08-24
1
-4
/
+24
*
Was forcing everyone on ToT to use the PythonOSPlugin.. my bad
Enrico Granata
2012-08-24
1
-1
/
+1
*
Adding bindings to the Script Interpreter for some basic Python OS plugin fun...
Enrico Granata
2012-08-24
2
-11
/
+33
*
Fix a typo.
Johnny Chen
2012-08-24
1
-1
/
+1
*
Added a hollowed out version of an OperatingSystem plugin that will use a cla...
Greg Clayton
2012-08-23
3
-0
/
+337
*
Fix comment typeo.
Jason Molenda
2012-05-16
1
-1
/
+1
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+1
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
2
-3
/
+3
*
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
Greg Clayton
2012-02-21
1
-1
/
+1
*
Improved detection of object file types, moving
Sean Callanan
2012-02-10
1
-7
/
+2
*
build: Add the Darwin-Kernel Makefile.
Daniel Dunbar
2011-10-31
1
-0
/
+14
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-1
/
+3
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-5
/
+5
*
Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".
Greg Clayton
2011-08-22
2
-27
/
+27
*
Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and project
Greg Clayton
2011-08-22
2
-0
/
+0
[prev]
[next]