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
/
Platform
/
Linux
/
PlatformLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial patch for supporting Hexagon DSP
Deepak Panickal
2014-02-19
1
-0
/
+2
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-1
/
+6
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-0
/
+1
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-0
/
+1
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-3
/
+3
*
Fix bug in Linux remote dynamic loader setup and fix test.
Todd Fiala
2014-01-16
1
-1
/
+1
*
Turns out the number of times you need to resume the process for /bin/sh depe...
Jim Ingham
2013-09-11
1
-1
/
+1
*
Changing the default shell to /bin/sh brought up a long-standing bug on OS X,
Jim Ingham
2013-09-10
1
-1
/
+3
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-2
/
+7
*
Implement ObjectFileELF::GetModuleSpecifications(), and add PlatformLinux cod...
Michael Sartain
2013-05-17
1
-0
/
+23
*
Fix Linux 'platform status' command. Its output is now closer to that on Mac ...
Daniel Malea
2013-05-16
1
-4
/
+6
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-11
/
+18
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-8
/
+4
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12462048>
Greg Clayton
2012-10-18
1
-2
/
+1
*
Patch from Andrew Kaylor for linux:
Greg Clayton
2012-09-07
1
-0
/
+11
*
<rdar://problem/12211320>
Greg Clayton
2012-09-05
1
-2
/
+10
*
Fixed a potential crash in PlatformLinux if
Sean Callanan
2012-08-29
1
-1
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-3
/
+30
*
Added a new host function that allows us to run shell command and get the out...
Greg Clayton
2012-04-14
1
-1
/
+6
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-2
/
+12
*
Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used
Greg Clayton
2012-02-27
1
-14
/
+7
*
Linux fix patch from Dmitry Vyukov.
Greg Clayton
2012-02-21
1
-2
/
+7
*
Patch from Dawn that fixes up linux debugging and a first passs at an
Greg Clayton
2011-11-29
1
-41
/
+164
*
Update PlatformLinux::Attach signature.
Peter Collingbourne
2011-11-21
1
-1
/
+1
*
This patch add a "fake" attach waiting for a real implementation and
Johnny Chen
2011-05-13
1
-1
/
+13
*
linux: remove ProcessLinux::FindProcesses
Stephen Wilson
2011-04-07
1
-7
/
+0
*
Update the linux platform to use the new Host::FindProcesses functionality.
Greg Clayton
2011-04-06
1
-4
/
+3
*
linux: minor updates to account for recent namespace changes
Stephen Wilson
2011-03-26
1
-2
/
+3
*
linux: PlatformLinux improvements
Stephen Wilson
2011-03-23
1
-6
/
+76
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-0
/
+186