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
/
FreeBSD
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-8
/
+1
*
Fix FreeBSD build after r231145
Ed Maste
2015-03-03
2
-0
/
+2
*
Fix TestProcesslaunch regression caused by D7372
Pavel Labath
2015-02-06
2
-6
/
+6
*
Avoid leakage of file descriptors in LLDB (apply r228130 to FreeBSD)
Ed Maste
2015-02-05
1
-1
/
+9
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
2
-168
/
+8
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
2
-10
/
+6
*
Improve PowerPC unwind support
Justin Hibbits
2014-11-12
1
-3
/
+8
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+2
*
Fix FreeBSD build.
Zachary Turner
2014-09-30
1
-6
/
+6
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-2
/
+1
*
Fix FreeBSD build after thread changes
Ed Maste
2014-09-10
1
-2
/
+2
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
2
-26
/
+18
*
Fix configure & make build with python disabled
Keno Fischer
2014-09-09
1
-1
/
+1
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
2
-15
/
+12
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
2
-0
/
+2
*
Avoid passing null signal name for Log %s argument
Ed Maste
2014-05-28
1
-3
/
+7
*
Fix format string for 32bit systems.
Joerg Sonnenberger
2014-05-02
1
-1
/
+1
*
Move FreeBSDSignals to Utility
Ed Maste
2014-04-17
4
-61
/
+1
*
Add FreeBSD-specific SIGTHR and SIGLIBRT signals
Ed Maste
2014-04-15
4
-0
/
+73
*
Implement ProcessMonitor::Kill for FreeBSD
Ed Maste
2014-04-01
2
-6
/
+4
*
Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...
Andrew MacPherson
2014-03-25
1
-2
/
+0
*
Correct copy-and-pasted comments for DetachOperation
Ed Maste
2014-03-17
1
-1
/
+1
*
Add Process/Utility include directory on FreeBSD
Ed Maste
2014-03-12
1
-0
/
+1
*
Restore signal delivery to the inferior on FreeBSD
Ed Maste
2014-02-28
1
-6
/
+5
*
Disable breakpoint sites upon detach on FreeBSD
Ed Maste
2014-02-19
1
-0
/
+2
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
2
-3
/
+125
*
If setgid fails for any reason, exit lldb.
Ed Maste
2014-02-04
1
-2
/
+7
*
Remove FIXME comments about tids on FreeBSD that no longer apply
Ed Maste
2014-01-25
1
-16
/
+0
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
7
-37
/
+337
*
Correct header guard #endif comments
Ed Maste
2013-12-04
1
-1
/
+1
*
Fix compile warnings
Ed Maste
2013-11-25
1
-2
/
+2
*
Remove unused variable
Ed Maste
2013-11-25
1
-2
/
+0
*
PT_CONTINUE and PT_STEP are process-scope on FreeBSD
Ed Maste
2013-11-25
2
-20
/
+20
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-2
/
+2
*
Add stub FreeBSD ProcessMonitor::ReadThreadPointer
Ed Maste
2013-10-18
2
-0
/
+10
*
Removed unnecessary call to OpenFirstAvailableMaster.
Richard Mitton
2013-10-17
1
-8
/
+0
*
Apply ProcessMonitor changes from r190820 to FreeBSD
Ed Maste
2013-09-18
2
-111
/
+33
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
2
-0
/
+27
*
Stop closing terminal fd from ProcessMonitor. It is owned by ConnectionFileD...
Andrew Kaylor
2013-09-14
1
-1
/
+4
*
Clean up handling of FreeBSD thread list on Launch / Attach
Ed Maste
2013-09-03
1
-22
/
+3
*
Clean up warnings in ProcessFreeBSD::UpdateThreadList
Ed Maste
2013-08-30
1
-3
/
+2
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
2
-0
/
+21
*
Fix FreeBSD build after r189295
Ed Maste
2013-08-29
1
-1
/
+1
*
fix FreeBSD build error
Daniel Malea
2013-08-29
1
-1
/
+1
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-4
/
+23
*
Fix thread name updating in Linux. "thread list" should report correct names ...
Michael Sartain
2013-07-31
1
-2
/
+2
*
Fix i386 FreeBSD build
Ed Maste
2013-07-22
1
-0
/
+2
*
Correct comment to match class name
Ed Maste
2013-07-17
1
-1
/
+1
*
FreeBSD: Replace GetSignalInfo with GetLwpInfo
Ed Maste
2013-07-17
2
-16
/
+16
*
Stop process monitor from ProcessPOSIX::Finalize
Andrew Kaylor
2013-07-10
1
-3
/
+2
[next]