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
/
Host
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix pessimizing moves. Found by clang.
Davide Italiano
2015-11-07
1
-1
/
+1
*
LLDB needs a mutex around getopt_long_only() function calls to avoid multi-th...
Jim Ingham
2015-11-05
1
-1
/
+3
*
Fix editline unindentation code for more recent libedits.
Todd Fiala
2015-10-27
1
-2
/
+5
*
Use accept4 workaround for MIPS Android build.
Chaoren Lin
2015-10-27
1
-3
/
+3
*
Add Socket::Create factory method which uses socket protocol to find an appro...
Oleksiy Vyalov
2015-10-27
1
-21
/
+41
*
Add support for abstract domain sockets.
Oleksiy Vyalov
2015-10-22
1
-0
/
+42
*
When calling FileSpec::AppendPathComponent() we don't need to include "." in ...
Greg Clayton
2015-10-20
1
-1
/
+1
*
Added the concept of a Read-Eval-Print-Loop to LLDB.
Sean Callanan
2015-10-19
1
-0
/
+14
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-3
/
+3
*
Fix temporary directory computation on linux (pr25147)
Pavel Labath
2015-10-16
1
-13
/
+4
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
3
-469
/
+546
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-1
/
+7
*
Revert "Fix temporary directory computation on linux (pr25147)"
Pavel Labath
2015-10-15
1
-4
/
+13
*
Fix temporary directory computation on linux (pr25147)
Pavel Labath
2015-10-15
1
-13
/
+4
*
Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...
Vadim Macagon
2015-10-13
1
-0
/
+2
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-11
/
+14
*
Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()
Bruce Mitchener
2015-10-06
1
-5
/
+5
*
Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."
Pavel Labath
2015-10-01
1
-14
/
+11
*
Fixing a subtle issue on Mac OS X systems with dSYMs (possibly
Jason Molenda
2015-10-01
1
-11
/
+14
*
Moved ResolveSymbolicLink() to the FileSystem where it belongs, thanks
Sean Callanan
2015-09-18
2
-27
/
+1
*
Added support for resolving symbolic links to FileSpec.
Sean Callanan
2015-09-18
2
-1
/
+30
*
Move GetOptInc to the common namespace
Pavel Labath
2015-09-04
1
-0
/
+473
*
NetBSD ships with paccept(2), a superset of accept4(2)
Stephane Sezer
2015-09-03
1
-2
/
+4
*
Simplify find_first_of & find_last_of on single char.
Bruce Mitchener
2015-09-01
2
-2
/
+2
*
[LLDB][MIPS] Handle false positives for MIPS hardware watchpoints
Jaydeep Patil
2015-08-13
1
-0
/
+6
*
Fix for build errors on arm-linux-gnueabi-gcc
Omair Javaid
2015-08-09
1
-0
/
+4
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-3
/
+7
*
Fix warnings detected by -Wpessimizing-move
Pavel Labath
2015-07-28
2
-4
/
+2
*
Add some initial logging for when lldb is searching for binaries,
Jason Molenda
2015-07-25
1
-0
/
+21
*
Log socket communications to LIBLLDB_LOG_COMMUNICATION instead of
Jason Molenda
2015-07-24
1
-3
/
+3
*
Bind to the loopback when we are expecting a connection from 127.0.0.1 so we ...
Greg Clayton
2015-07-24
1
-9
/
+18
*
Disable mutex error checking so it doesn't create problems with the multi-thr...
Greg Clayton
2015-07-23
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-21
1
-6
/
+2
*
Revert "Add Pipe::WriteWithTimeout method"
Pavel Labath
2015-07-21
1
-9
/
+2
*
Add Pipe::WriteWithTimeout method
Pavel Labath
2015-07-21
1
-2
/
+9
*
Fix FileSpec::IsSymlink implementation.
Oleksiy Vyalov
2015-07-21
1
-0
/
+22
*
freeaddrinfo(NULL) segfaults on Android.
Chaoren Lin
2015-07-17
1
-2
/
+4
*
Add missing include for android-arm build
Tamas Berghammer
2015-07-16
1
-0
/
+1
*
Revert "[NativeProcessLinux] Integrate MainLoop"
Pavel Labath
2015-07-16
1
-2
/
+6
*
Use accept instead of accept4 for Android.
Chaoren Lin
2015-07-15
1
-2
/
+19
*
[NativeProcessLinux] Integrate MainLoop
Pavel Labath
2015-07-15
1
-6
/
+2
*
[Makefiles] Align library names with CMake build
Keno Fischer
2015-07-14
1
-14
/
+0
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-7
/
+3
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
1
-0
/
+22
*
Make the "lldb/Utility/JSON.h" able to parse JSON into tokens with the new JS...
Greg Clayton
2015-07-06
1
-59
/
+83
*
Fix windows build.
Ewan Crawford
2015-06-30
1
-34
/
+28
*
Rewrite FileSpec::EnumerateDirectory to avoid code duplication.
Chaoren Lin
2015-06-29
1
-197
/
+16
*
Avoid a recursive function call that could run LLDB out of file descriptors i...
Greg Clayton
2015-06-29
1
-0
/
+192
*
[LLDB][MIPS] MIPS32 branch emulation and single-stepping
Jaydeep Patil
2015-06-23
1
-0
/
+6
[next]