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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix process launch failure on FreeBSD after r365761
Dimitry Andric
2019-10-10
1
-2
/
+2
*
[LLDB] Fix FreeBSD build.
David Carlier
2019-07-11
1
-2
/
+2
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-7
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-9
/
+8
*
Another attempt to fix FreeBsd build
Pavel Labath
2018-01-10
1
-3
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-9
/
+9
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-252
/
+208
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-2
/
+3
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-2
/
+1
*
Remove POSIX thread/process abstraction
Ed Maste
2015-07-28
1
-2
/
+2
*
Refactor many file functions to use FileSpec over strings.
Ed Maste
2015-06-01
1
-17
/
+18
*
Fix TestProcesslaunch regression caused by D7372
Pavel Labath
2015-02-06
1
-1
/
+2
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-12
/
+0
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
1
-1
/
+1
*
Fix FreeBSD build after thread changes
Ed Maste
2014-09-10
1
-2
/
+2
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-2
/
+3
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-0
/
+1
*
Implement ProcessMonitor::Kill for FreeBSD
Ed Maste
2014-04-01
1
-4
/
+2
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
1
-0
/
+17
*
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
1
-0
/
+8
*
PT_CONTINUE and PT_STEP are process-scope on FreeBSD
Ed Maste
2013-11-25
1
-6
/
+6
*
Add stub FreeBSD ProcessMonitor::ReadThreadPointer
Ed Maste
2013-10-18
1
-0
/
+4
*
Apply ProcessMonitor changes from r190820 to FreeBSD
Ed Maste
2013-09-18
1
-10
/
+9
*
Fixing a problem with thread creation signal order dependency
Andrew Kaylor
2013-09-17
1
-0
/
+4
*
FreeBSD: Replace GetSignalInfo with GetLwpInfo
Ed Maste
2013-07-17
1
-3
/
+3
*
Stop process monitor from ProcessPOSIX::Finalize
Andrew Kaylor
2013-07-10
1
-3
/
+2
*
Reverting ProcessMonitor shared pointer changes
Andrew Kaylor
2013-07-09
1
-3
/
+3
*
Use shared pointers to hold the process in ProcessMonitor
Andrew Kaylor
2013-07-09
1
-3
/
+3
*
Sync parts of FreeBSD Process plugin with Linux
Ed Maste
2013-07-02
1
-6
/
+4
*
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
-2
/
+18
*
Rollback r177173. Some OSs may not have ptrace extensions which lldb expects ...
Matt Kopec
2013-03-15
1
-13
/
+3
*
Add ptrace extensions to query a register set.
Matt Kopec
2013-03-15
1
-3
/
+13
*
Improve/Cleanup ptrace wrapper and remove dependency on user.h
Matt Kopec
2013-03-06
1
-3
/
+3
*
Implement -w flag to process launch (allow launching inferior process in diff...
Daniel Malea
2013-01-08
1
-1
/
+4
*
Allow reading registers by thread ID in ProcessMonitor (Linux implementation)
Daniel Malea
2012-12-18
1
-6
/
+20
*
Fix Linux bug that leaves lldb in invalid state after expression evaluation t...
Daniel Malea
2012-11-23
1
-1
/
+1
*
Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...
Johnny Chen
2012-01-05
1
-0
/
+292