Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
3d79d3469130f12ed9a9f2e6b09d8c914c5e92d6
/
source
/
Host
/
common
58e26e0
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 14 years ago
a733c04
Added real user/group id, effective user/group id, and parent
by Greg Clayton
· 14 years ago
e4b9c1f
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
by Greg Clayton
· 14 years ago
7f513ba
Host: linux: Use llvm::sys::getHostTriple for the default host ArchSpec.
by Stephen Wilson
· 14 years ago
940b103
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
by Greg Clayton
· 14 years ago
4fefe32
Modified version of Marco Minutoli's host arch patch.
by Greg Clayton
· 14 years ago
75c703d
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
by Greg Clayton
· 14 years ago
395fc33
Made lldb_private::ArchSpec contain much more than just an architecture. It
by Greg Clayton
· 14 years ago
80949d4
Missed part of a patch from Stephen Wilson.
by Greg Clayton
· 14 years ago
419144b
File::GetFileSpec() support for linux patch from Stephen Wilson.
by Greg Clayton
· 14 years ago
c08c4d3
Pull support for the shared and exclusive lock since this wasn't available
by Greg Clayton
· 14 years ago
5892856
Use Host::File in lldb_private::StreamFile and other places to cleanup host
by Greg Clayton
· 14 years ago
158842c
Add FileSpec::ResolvePartialUsername, and use it in CommandCompletions to isolate pwd.h in the Host layer.
by Jim Ingham
· 14 years ago
d35305a
Updated a few more Host::File functions and added documentation.
by Greg Clayton
· 14 years ago
882ef05
Added a few more calls to the File abtract class for seeking, syncing and
by Greg Clayton
· 14 years ago
60a63ae
Added a file abtraction layer into the Host section of LLDB.
by Greg Clayton
· 14 years ago
bf467b0
A patch from Stephen Wilson that fixes some issues with my previous dynamic
by Greg Clayton
· 14 years ago
82cfaed
A bit more cleanup with respect to using LLDB_CONFIG_XXX defines outside of
by Greg Clayton
· 14 years ago
5f54ac3
Moved FileSpec into the Host layer since it will vary from host to host.
by Greg Clayton
· 14 years ago
09c81ef
Patch that allows for thread_t to be something more complex than an
by Greg Clayton
· 14 years ago
14ef59f
Cleaned up the dynamic library open/getsymbol/close code to use abstracted
by Greg Clayton
· 14 years ago
0fdd4a0
Abtract terminal stuff into a new lldb_private::Terminal class
by Greg Clayton
· 14 years ago
0f577c2
Added a "ArchSpec::SetElfArch()" that was removed by a previous patch and
by Greg Clayton
· 14 years ago
b5f67fb
Apple specific fix for Host.cpp from Kirk Beitz.
by Greg Clayton
· 14 years ago
0467c78
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
by Greg Clayton
· 14 years ago
e71e258
Added support for attaching to a remote debug server with the new command:
by Greg Clayton
· 14 years ago
52fd984
Modified the PluginManager to be ready for loading plug-ins from a system
by Greg Clayton
· 14 years ago
cd54803
Endian patch from Kirk Beitz that allows better cross platform building.
by Greg Clayton
· 14 years ago
de915be
Added a new variant of SBTarget::Launch() that deprectates the old one that
by Greg Clayton
· 14 years ago
366795e
Plug Free BSD memory leak.
by Greg Clayton
· 14 years ago
2b9f976
Call SetFile instead of constructing a temp object and assigning to g_program_filespec for Free BSD port.
by Greg Clayton
· 14 years ago
20fbf8d
Don't have the program path be resolved when they already are when assigning g_program_filespec in the Host calls.
by Greg Clayton
· 14 years ago
f302a9e
Null terminate path returned by readlink().
by Stephen Wilson
· 14 years ago
5d187e5
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
by Greg Clayton
· 14 years ago
9e3f746
Patch from Stephen:
by Johnny Chen
· 14 years ago
b73620c
Linux patches from Stephen Wilson.
by Greg Clayton
· 14 years ago
638351a
Added the ability for a process to inherit the current host environment. This
by Greg Clayton
· 14 years ago
b749a26
Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return
by Greg Clayton
· 14 years ago
e98ac25
Modified lldb_private::SymboleFile to be able to override where its TypeList
by Greg Clayton
· 14 years ago
e005f2c
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 14 years ago
49ce682
Cleaned up the API logging a lot more to reduce redundant information and
by Greg Clayton
· 14 years ago
926060e
Add the ability to disable individual log categories, rather
by Caroline Tice
· 14 years ago
537a7a8
Fixed an issue where we were resolving paths when we should have been.
by Greg Clayton
· 14 years ago
24b48ff
Added a new Host call to find LLDB related paths:
by Greg Clayton
· 14 years ago
fb8876d
Plugged memory leak.
by Greg Clayton
· 14 years ago
e9ca3a4
Remove Host::ResolveExecutableLocation (very recent addition); replace use of
by Caroline Tice
· 14 years ago
eddffe9
If the file the user specifies can't be found in the current directory,
by Caroline Tice
· 14 years ago
8f3b21d
Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more
by Greg Clayton
· 14 years ago