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
/
Plugins
/
Process
/
MacOSX-Kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix builds Windows and OSX builds after Connection refactor in r287922
Pavel Labath
2016-11-25
1
-2
/
+5
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Remove TimeValue usages from MacOSX-Kernel process plugin. NFC
Pavel Labath
2016-11-02
3
-10
/
+7
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
16
-3736
/
+3180
*
Fix lldb build on Mac.
Pavel Labath
2016-08-31
1
-1
/
+1
*
Decoupled Options from CommandInterpreter.
Todd Fiala
2016-08-11
1
-1
/
+1
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-1
/
+1
*
Fixed up Xcode build for r276976 and r277011.
Todd Fiala
2016-07-28
2
-2
/
+2
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
3
-5
/
+4
*
LLDB help content has accumulated over time without a recent attempt to
Kate Stone
2016-07-14
1
-5
/
+3
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
2
-23
/
+23
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+2
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
2
-10
/
+10
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-0
/
+1
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-2
/
+2
*
Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOS
Jason Molenda
2015-11-05
1
-1
/
+3
*
Make sure we don't over specify an architecture when we connect to KDP and us...
Greg Clayton
2015-10-28
2
-15
/
+33
*
Split Socket class into Tcp/Udp/DomainSocket subclasses.
Oleksiy Vyalov
2015-10-15
1
-2
/
+2
*
Re-commit the (fixed) changes from r248985 which were reverted by Pavel
Jason Molenda
2015-10-08
1
-1
/
+7
*
Revert "Fixing a subtle issue on Mac OS X systems with dSYMs..."
Pavel Labath
2015-10-01
1
-7
/
+1
*
Fixing a subtle issue on Mac OS X systems with dSYMs (possibly
Jason Molenda
2015-10-01
1
-1
/
+7
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Fix ProcessKDP.cpp for the change in r246578.
Jim Ingham
2015-09-01
2
-16
/
+18
*
Move ProcessKDP's StringExtractor include.
Bruce Mitchener
2015-07-07
2
-1
/
+1
*
Fix StringExtractor.h issues.
Bruce Mitchener
2015-07-07
1
-1
/
+0
*
Fix-up ProcessKDP wrt. StringExtractor move
Pavel Labath
2015-07-07
1
-1
/
+1
*
Fix typos
Bruce Mitchener
2015-07-02
1
-1
/
+1
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
2
-12
/
+0
*
Sprinkle some #include <mutex> in files that use std::call_once.
Benjamin Kramer
2015-04-03
1
-0
/
+2
*
Fix typo, fix build.
Bruce Mitchener
2015-04-03
1
-1
/
+1
*
[Plugin/Process] Use std::call_once() to initialize.
Davide Italiano
2015-04-03
1
-8
/
+7
*
Fix build on OS X after r231202
Ilia K
2015-03-04
1
-0
/
+1
*
Add Socket::Get[Remote/Local]IpAddress and unit tests
Vince Harron
2015-01-16
1
-1
/
+1
*
Get the correct process architecture in ProcessKDP::DidAttach().
Greg Clayton
2014-10-31
1
-1
/
+6
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-7
/
+4
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
2
-13
/
+14
*
Fix ProcessKDP after Host/Socket addition
Keno Fischer
2014-08-06
1
-2
/
+3
*
Creates a socket host object.
Zachary Turner
2014-08-06
1
-1
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
2
-2
/
+4
*
Modify the EFI KDP debugging to not use any dynamic loader since it does manu...
Greg Clayton
2014-07-16
1
-1
/
+35
*
Change ProcessKDP::DoReadMemory() to break up large memory
Jason Molenda
2014-05-21
1
-1
/
+25
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-0
/
+1
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
2
-2
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
4
-0
/
+227
*
Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...
Andrew MacPherson
2014-03-25
1
-4
/
+0
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+0
[prev]
[next]