Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
a946795c2482005043d38ad7b997f5bcf0f5b146
/
tools
/
lldb-platform
102b2c2
After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11.
by Greg Clayton
· 12 years ago
81a96aa
Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++.
by Greg Clayton
· 12 years ago
3f2f741
<rdar://problem/13457391>
by Greg Clayton
· 12 years ago
d891f9b
Fix Linux build warnings due to redefinition of macros:
by Daniel Malea
· 12 years ago
9ea7d87
Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs
by Filipe Cabecinhas
· 12 years ago
48f9c71
Missed a file in the last FreeBSD patch.
by Greg Clayton
· 13 years ago
27cf232
FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov.
by Greg Clayton
· 13 years ago
6c530f2
Add a logging mode that takes a callback and flush'es to that callback.
by Jim Ingham
· 13 years ago
b516939
Fixed some warnings after enabling some stricter warnings in the Xcode project
by Greg Clayton
· 13 years ago
801417e
Added "target variable" command that allows introspection of global
by Greg Clayton
· 13 years ago
63afdb0
Improved the packet throughput when debugging with GDB remote by over 3x on
by Greg Clayton
· 13 years ago
b72d0f0
Moved the execution context that was in the Debugger into
by Greg Clayton
· 14 years ago
06d7cc8
Added a speed test to the GDBRemoteCommunicationClient and
by Greg Clayton
· 14 years ago
58e26e0
Did a lot more work on abtracting and organizing the platforms.
by Greg Clayton
· 14 years ago
cb8977d
Added new platform commands:
by Greg Clayton
· 14 years ago
61d043b
Split the GDBRemoteCommunication class into three classes:
by Greg Clayton
· 14 years ago
b622560
Added missing files.
by Greg Clayton
· 14 years ago