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
/
ProcessMonitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
1
-9
/
+5
*
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
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-24
/
+15
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-0
/
+1
*
Avoid passing null signal name for Log %s argument
Ed Maste
2014-05-28
1
-3
/
+7
*
Implement ProcessMonitor::Kill for FreeBSD
Ed Maste
2014-04-01
1
-2
/
+2
*
Correct copy-and-pasted comments for DetachOperation
Ed Maste
2014-03-17
1
-1
/
+1
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
1
-3
/
+108
*
If setgid fails for any reason, exit lldb.
Ed Maste
2014-02-04
1
-2
/
+7
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-18
/
+75
*
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
1
-14
/
+14
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-2
/
+2
*
Add stub FreeBSD ProcessMonitor::ReadThreadPointer
Ed Maste
2013-10-18
1
-0
/
+6
*
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
1
-101
/
+24
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
1
-0
/
+23
*
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
*
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
1
-13
/
+13
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
1
-5
/
+5
*
Use shared pointers to hold the process in ProcessMonitor
Andrew Kaylor
2013-07-09
1
-5
/
+5
*
Pass tid through to ptrace operations
Ed Maste
2013-07-04
1
-27
/
+35
*
Sync parts of FreeBSD Process plugin with Linux
Ed Maste
2013-07-02
1
-36
/
+98
*
Match printf format specifiers and arguments
Ed Maste
2013-06-25
1
-2
/
+2
*
Sync FreeBSD files to Linux equivalents, to reduce noise in diff
Ed Maste
2013-06-24
1
-19
/
+18
*
Update comment to match class name
Ed Maste
2013-06-24
1
-1
/
+1
*
Eliminate missing virtual destructor warning on FreeBSD
Ed Maste
2013-06-24
1
-0
/
+1
*
Fix FreeBSD build due to previous changes to ProcessMonitor::Detach.
Matt Kopec
2013-06-03
1
-1
/
+1
*
Fixed "log enable linux registers" and added a test.
Ashok Thirumurthi
2013-05-09
1
-2
/
+2
*
Build fixes for FreeBSD 9.1.
Ashok Thirumurthi
2013-05-01
1
-4
/
+17
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-2
/
+2
*
Fix the Linux build issues introduced by r178191.
Ashok Thirumurthi
2013-03-28
1
-1
/
+1
*
Add Linux support for reading/writing extended register sets.
Matt Kopec
2013-03-20
1
-2
/
+2
*
Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...
Matt Kopec
2013-03-15
1
-84
/
+2
*
Add ptrace extensions to query a register set.
Matt Kopec
2013-03-15
1
-2
/
+84
*
Improve/Cleanup ptrace wrapper and remove dependency on user.h
Matt Kopec
2013-03-06
1
-7
/
+21
*
Implement -w flag to process launch (allow launching inferior process in diff...
Daniel Malea
2013-01-08
1
-3
/
+16
*
Allow reading registers by thread ID in ProcessMonitor (Linux implementation)
Daniel Malea
2012-12-18
1
-6
/
+8
*
Fix Linux bug that leaves lldb in invalid state after expression evaluation t...
Daniel Malea
2012-11-23
1
-7
/
+10
*
FreeBSD patch by Viktor Kutuzov
Filipe Cabecinhas
2012-05-31
1
-1
/
+1
*
Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes.
Greg Clayton
2012-02-27
1
-2
/
+4
*
Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...
Johnny Chen
2012-01-05
1
-0
/
+1558