Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c7bece56faa5eef1c3d141d0c0b0b68b28a9aed2
/
lldb
/
source
/
Commands
/
CommandObjectPlatform.cpp
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
f9fc609
Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are:
by Greg Clayton
· 13 years ago
93a6430
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 13 years ago
3bcdfc0
<rdar://problem/12798131>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
4539255
<rdar://problem/12462048>
by Greg Clayton
· 13 years ago
1f74607
<rdar://problem/11757916>
by Greg Clayton
· 13 years ago
67cc063
Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
by Greg Clayton
· 13 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
7051231
<rdar://problem/11358639>
by Greg Clayton
· 13 years ago
d1cf11a
Added a new host function that allows us to run shell command and get the output from them along with the status and signal:
by Greg Clayton
· 14 years ago
b3a40ba
Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command.
by Greg Clayton
· 14 years ago
61e7a58
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
by Greg Clayton
· 14 years ago
144f3a9
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
by Greg Clayton
· 14 years ago
1d88596
Moved many of the "settings" that used to be in "target.process.*" to just
by Greg Clayton
· 14 years ago
982c976
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
by Greg Clayton
· 14 years ago
c14ee32
Converted the lldb_private::Process over to use the intrusive shared pointers.
by Greg Clayton
· 14 years ago
aa149cb
Added the ability to remove orphaned module shared pointers from a ModuleList.
by Greg Clayton
· 14 years ago
3173e27
Fix the wrong error message for "platform process info", i.e., with no pid(s) specified for the command.
by Johnny Chen
· 14 years ago
7260f62
Centralized a lot of the status information for processes,
by Greg Clayton
· 15 years ago
ab65b34
Added auto completion for architecture names and for platforms.
by Greg Clayton
· 15 years ago
f6b8b58
Added two new classes for command options:
by Greg Clayton
· 15 years ago
8b82f08
Moved the execution context that was in the Debugger into
by Greg Clayton
· 15 years ago
eb0103f
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
by Greg Clayton
· 15 years ago
95bf0fd
Added the ability to get a broadcaster event name for a given broadcaster event.
by Greg Clayton
· 15 years ago
c640179
A a simple test file for some lldb 'platform' commands.
by Johnny Chen
· 15 years ago
32e0a75
Many improvements to the Platform base class and subclasses. The base Platform
by Greg Clayton
· 15 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
1cb6496
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 15 years ago
d314e81
Added new platform commands:
by Greg Clayton
· 15 years ago
ded470d
Added more platform support. There are now some new commands:
by Greg Clayton
· 15 years ago