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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-3
/
+0
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
1
-2
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Clean up PlatformLinux code
Pavel Labath
2017-02-05
1
-6
/
+0
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
1
-10
/
+0
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
1
-4
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-92
/
+66
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
1
-4
/
+0
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...
Eugene Zelenko
2015-10-27
1
-6
/
+4
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
1
-0
/
+3
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-11
/
+0
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-0
/
+11
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-11
/
+0
*
[LLDB][MIPS] Getting correct flags for MIPS
Mohit K. Bhakkad
2015-06-30
1
-1
/
+1
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-3
/
+0
*
Convert mmap options for target in InferiorCallMmap.
Robert Flack
2015-05-09
1
-0
/
+3
*
Move several plugin to its own namespace
Tamas Berghammer
2015-03-31
1
-7
/
+10
*
Remove EOL whitespace from PlatformLinux
Ed Maste
2015-02-23
1
-3
/
+3
*
Implement remote process listing in Linux platform.
Stephane Sezer
2014-12-09
1
-0
/
+4
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-3
/
+1
*
Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...
Todd Fiala
2014-10-10
1
-6
/
+12
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Added setting: platform.plugin.linux.use-llgs-for-local (boolean), defaults t...
Todd Fiala
2014-08-28
1
-0
/
+3
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-35
/
+28
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-1
/
+12
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-0
/
+3
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-2
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-17
/
+5
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-1
/
+1
*
Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used
Greg Clayton
2012-02-27
1
-1
/
+2
*
This patch combines common code from Linux and FreeBSD into
Johnny Chen
2012-01-05
1
-0
/
+1
*
Patch from Dawn that fixes up linux debugging and a first passs at an
Greg Clayton
2011-11-29
1
-4
/
+10
*
Now the linux platform lets it be known that it can't launch processes for
Greg Clayton
2011-11-28
1
-0
/
+6
*
Update PlatformLinux::Attach signature.
Peter Collingbourne
2011-11-21
1
-2
/
+2
*
This patch add a "fake" attach waiting for a real implementation and
Johnny Chen
2011-05-13
1
-1
/
+5
*
linux: remove ProcessLinux::FindProcesses
Stephen Wilson
2011-04-07
1
-4
/
+0
*
Update the linux platform to use the new Host::FindProcesses functionality.
Greg Clayton
2011-04-06
1
-3
/
+2
*
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
-4
/
+24
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-0
/
+89