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
/
DynamicLoader
/
POSIX-DYLD
/
DynamicLoaderPOSIXDYLD.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in linux core file handling
Pavel Labath
2016-04-05
1
-1
/
+1
*
Changes for Bug 17384
Ravitheja Addepally
2015-10-28
1
-2
/
+24
*
Remove long-forgotten plugin virtuals.
Bruce Mitchener
2015-10-09
1
-17
/
+0
*
Add absolute load address support for the DynamicLoader plugins
Tamas Berghammer
2015-08-24
1
-10
/
+10
*
Use target.exec-search-paths setting when resolving executable path for remot...
Oleksiy Vyalov
2015-07-14
1
-1
/
+3
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Fix TestNamespace and TestThreadJump for remote Windows to Android.
Chaoren Lin
2015-06-05
1
-9
/
+5
*
Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttach
Tamas Berghammer
2015-05-08
1
-4
/
+0
*
Re-enable compute load address for shared modules
Tamas Berghammer
2015-05-08
1
-3
/
+0
*
This patch allows LLDB to use the $qXfer:Libraries: packet.
Aidan Dodds
2015-05-08
1
-4
/
+37
*
Extend Platform(s) in order to cache remote executables using ModuleCache and...
Oleksiy Vyalov
2015-03-13
1
-18
/
+37
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Make "process attach" command to support attaching to remote process in case ...
Oleksiy Vyalov
2015-02-03
1
-0
/
+3
*
Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...
Oleksiy Vyalov
2015-01-07
1
-5
/
+28
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+7
*
Most of this function checks to see if m_process is non-null before
Jason Molenda
2014-10-16
1
-6
/
+8
*
POSIX dynamic loader: add more logging around launch/attach, fix breakpoint h...
Todd Fiala
2014-10-09
1
-2
/
+37
*
Add more logging to DynamicLoaderPOSIXDYLD, especially around rendezvous hand...
Todd Fiala
2014-09-05
1
-15
/
+78
*
Properly handle the DYLD attach step for GDB remotes.
Todd Fiala
2014-09-05
1
-1
/
+20
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Fix minor build warning on Mac OS X x86_64.
Jason Molenda
2014-02-14
1
-1
/
+1
*
Revert r201292 which relaxed the stack frame alignment requirements.
Jason Molenda
2014-02-13
1
-1
/
+1
*
Change the ABI CallFrameAddressIsValid methods for i386 and x86_64.
Jason Molenda
2014-02-13
1
-1
/
+1
*
Factor some methods that were in DynamicLoaderPOSIXDYLD.
Steve Pucci
2014-02-06
1
-130
/
+8
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-7
/
+4
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-1
/
+1
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-1
/
+1
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-2
/
+2
*
Fix build failure on FreeBSD/clang by using auto iterator type
Ed Maste
2013-10-18
1
-1
/
+1
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-8
/
+83
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-2
/
+2
*
Eliminate integer sign comparison warning
Ed Maste
2013-10-11
1
-1
/
+1
*
Add logging for POSIX DYLD failures
Ed Maste
2013-10-09
1
-1
/
+17
*
This fixes two issues with the POSIX dynamic loader:
Matt Kopec
2013-09-13
1
-2
/
+44
*
Fix crash when connecting to gdbserver without loading a file first.
Ed Maste
2013-08-20
1
-0
/
+3
*
Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...
Michael Sartain
2013-07-16
1
-7
/
+20
*
Remove extra modules.Append() as it causes dupes in the m_images array. (Used...
Michael Sartain
2013-06-17
1
-1
/
+0
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-10
/
+5
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Add support on POSIX to determine if an inferior has changed while debugging it.
Matt Kopec
2013-03-05
1
-2
/
+42
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-0
/
+2
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-4
/
+3
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+4
*
<rdar://problem/11357711>
Greg Clayton
2012-07-07
1
-4
/
+4
*
Removed an unused logging API call.
Greg Clayton
2012-02-29
1
-1
/
+0
*
Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project
Greg Clayton
2012-02-27
1
-3
/
+5
*
Linux fix patch from Dmitry Vyukov.
Greg Clayton
2012-02-21
1
-1
/
+1
*
Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...
Johnny Chen
2012-01-05
1
-0
/
+425