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
/
Target
/
Platform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-7
/
+7
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-7
/
+7
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-7
/
+7
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
1
-3
/
+22
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-0
/
+3
*
Add a lock ivar to the Platform so that multiple Targets
Jason Molenda
2014-05-23
1
-3
/
+8
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-2
/
+2
*
Remove an assertion that was being hit due to slow DNS name lookups on MacOSX...
Greg Clayton
2014-02-27
1
-1
/
+1
*
Change the way the m_trap_handlers Platform base class ivar is initialized;
Jason Molenda
2014-02-13
1
-1
/
+14
*
The Platform base class now maintains a list of trap handlers
Jason Molenda
2014-02-13
1
-1
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+2
*
Rename Platform::GetFile (3-arg version) to GetFileWithUUID
Steve Pucci
2014-01-17
1
-3
/
+3
*
Fixed internal code to not link against and code from "lldb/API/*".
Greg Clayton
2013-12-02
1
-0
/
+14
*
Fix MSVC build
Colin Riley
2013-11-26
1
-0
/
+5
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-12
/
+337
*
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
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-7
/
+7
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+267
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-1
/
+1
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-10
/
+11
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-4
/
+2
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Add a new PlatformDarwinKernel for kernel debugging. This Platform
Jason Molenda
2013-04-05
1
-0
/
+31
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
<rdar://problem/12973809>
Greg Clayton
2013-01-11
1
-3
/
+3
*
<rdar://problem/12990038>
Greg Clayton
2013-01-11
1
-8
/
+40
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-1
/
+1
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-0
/
+6
*
<rdar://problem/11374963>
Greg Clayton
2012-09-12
1
-0
/
+16
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-0
/
+7
*
When the Platform launches a process for debugging, make sure it goes into a ...
Jim Ingham
2012-06-01
1
-0
/
+5
*
<rdar://problem/11240464>
Greg Clayton
2012-05-15
1
-0
/
+6
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-14
/
+24
*
Added a new host function that allows us to run shell command and get the out...
Greg Clayton
2012-04-14
1
-1
/
+6
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-0
/
+12
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-2
/
+57
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-23
/
+7
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-1
/
+6
*
Use a pseudoterminal for local processes if no STDIO redirection or other
Greg Clayton
2011-11-17
1
-0
/
+10
*
Fixed the issue that was causing our monitor process threads to crash, it
Greg Clayton
2011-11-17
1
-0
/
+8
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-9
/
+3
*
Added the ability for the target to specify Modules that will not be searched
Jim Ingham
2011-10-28
1
-1
/
+0
*
Patch for "process load" by Filipe Cabecinhas.
Greg Clayton
2011-08-11
1
-0
/
+8
*
Added the notion of an system root for SDKs. This is a directory where all
Greg Clayton
2011-06-17
1
-0
/
+2
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-5
/
+9
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-4
/
+66
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-32
/
+101
[next]