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
*
Modify "platform connect" to connect to processes as well
Tamas Berghammer
2015-12-08
1
-2
/
+9
*
commands: Use override instead of virtual.
Bruce Mitchener
2015-10-07
1
-145
/
+118
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
1
-8
/
+12
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-3
/
+3
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-3
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-1
/
+1
*
Default dst value for platform put-file.
Chaoren Lin
2015-05-20
1
-2
/
+2
*
Platform settings doesn't need permission options.
Chaoren Lin
2015-05-12
1
-3
/
+0
*
Fix handling of backslashes in Args parsing
Pavel Labath
2015-03-02
1
-1
/
+1
*
Get test/types tests passing on remote targets
Vince Harron
2015-02-04
1
-3
/
+0
*
Cast to (const OptionPermissions*) to avoid warning.
Bruce Mitchener
2015-02-03
1
-2
/
+2
*
This patch gets remote-linux platform able to run processes
Vince Harron
2015-01-21
1
-0
/
+2
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-16
/
+17
*
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
[next]