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
/
Commands
/
CommandObjectPlatform.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-2
/
+1
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-42
/
+47
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-47
/
+42
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
1
-4
/
+10
*
Fix -Wnull-conversion warning.
Zachary Turner
2014-07-03
1
-1
/
+1
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-42
/
+41
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-170
/
+107
*
<rdar://problem/14728845>
Enrico Granata
2013-09-09
1
-1
/
+11
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-34
/
+34
*
Fix a bunch of compile time warnings and a build failure on ubuntu.
Eric Christopher
2013-08-30
1
-1
/
+0
*
Fix 'platform shell' command for Linux host and remote lldb-platform connections
Daniel Malea
2013-08-27
1
-2
/
+2
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-28
/
+1390
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-7
/
+7
*
<rdar://problem/13788674>
Greg Clayton
2013-05-02
1
-1
/
+1
*
<rdar://problem/13627061>
Greg Clayton
2013-04-18
1
-15
/
+15
*
Change CommandObjectPlatform commands to get the current platform
Jason Molenda
2013-04-05
1
-5
/
+42
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-10
/
+3
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
<rdar://problem/12462048>
Greg Clayton
2012-10-17
1
-3
/
+1
*
<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
-5
/
+1
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-119
/
+112
*
<rdar://problem/11358639>
Greg Clayton
2012-05-08
1
-1
/
+2
*
Added a new host function that allows us to run shell command and get the out...
Greg Clayton
2012-04-14
1
-0
/
+70
*
Platforms can now auto-select themselves if you specify a full target triple ...
Greg Clayton
2012-03-20
1
-1
/
+1
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-3
/
+3
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-5
/
+5
*
Moved many of the "settings" that used to be in "target.process.*" to just
Greg Clayton
2011-11-08
1
-25
/
+17
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-3
/
+3
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-1
/
+1
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-5
/
+4
*
Fix the wrong error message for "platform process info", i.e., with no pid(s)...
Johnny Chen
2011-05-09
1
-2
/
+2
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-90
/
+27
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-43
/
+38
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-132
/
+129
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-68
/
+194
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-9
/
+15
*
Added the ability to get a broadcaster event name for a given broadcaster
Greg Clayton
2011-04-01
1
-17
/
+120
*
A a simple test file for some lldb 'platform' commands.
Johnny Chen
2011-03-30
1
-0
/
+2
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-1
/
+304
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-3
/
+3
*
Did a lot more work on abtracting and organizing the platforms.
Greg Clayton
2011-03-24
1
-18
/
+15
*
Added new platform commands:
Greg Clayton
2011-03-23
1
-1
/
+134
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+306