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
*
Fix process launch failure on FreeBSD after r365761
Dimitry Andric
2019-10-10
2
-26
/
+32
*
[NFC] Fix typo in the "kind" description for the software single-step breakpoint
Tatyana Krasnukha
2019-09-24
1
-1
/
+1
*
Obliterate LLDB_CONFIGURATION_BUILDANDINTEGRATION
Pavel Labath
2019-09-05
1
-6
/
+0
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
3
-91
/
+75
*
[LLDB] Fix FreeBSD build.
David Carlier
2019-07-11
2
-19
/
+24
*
Remove null checks of results of new expressions
Pavel Labath
2019-07-01
5
-5
/
+5
*
[LLDB] Fix FreeBSD build
David Carlier
2019-06-12
1
-1
/
+1
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
2
-3
/
+3
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-5
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
5
-43
/
+0
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-1
/
+2
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
4
-30
/
+30
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
3
-15
/
+15
*
[LLDB] FreeBSD suppress compilation warning
David Carlier
2019-01-31
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
19
-76
/
+57
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
6
-19
/
+0
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-2
/
+1
*
[LLDB] Fix FreeBSD/Darwin build
David Carlier
2018-11-04
1
-4
/
+6
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+1
*
[FileSystem] Fix typo in ProcessFreeBSD
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
Replace boolean parameter with enum value according r342633
Tatyana Krasnukha
2018-09-25
1
-2
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
8
-12
/
+12
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-8
/
+8
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-3
/
+3
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
4
-7
/
+3
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
5
-43
/
+42
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
6
-88
/
+82
*
FreeBSD: propagate error to user if memory access fails
Ed Maste
2018-04-21
1
-2
/
+6
*
Another attempt to fix FreeBsd build
Pavel Labath
2018-01-10
3
-18
/
+13
*
Fix windows and freebsd builds for r322174 (Environment)
Pavel Labath
2018-01-10
1
-3
/
+2
*
Fix FreeBSD build broken by r320966
Pavel Labath
2017-12-18
1
-25
/
+22
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-1
/
+1
*
Kill struct IOVEC
Pavel Labath
2017-12-01
2
-0
/
+5
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
1
-1
/
+1
*
[FreeBSD] Remove more dead code. NFCI.
Davide Italiano
2017-10-24
1
-26
/
+0
*
Report inferior signals as signals, not exceptions, on FreeBSD
Ed Maste
2017-08-10
4
-50
/
+12
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-18
/
+6
*
replace uses of strerror with llvm::sys::StrError
Pavel Labath
2017-06-06
1
-4
/
+3
*
FreeBSD ProcessMonitor: map TRAP_CAP to a trace trap
Ed Maste
2017-05-26
1
-0
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
9
-108
/
+110
*
Remove Plugins/Process/POSIX from include_directories
Pavel Labath
2017-04-11
5
-20
/
+8
*
Try to fix FreeBSD build after IWYU changes.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Fix a typo introduce in r299200.
Nitesh Jain
2017-04-05
1
-1
/
+1
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
1
-0
/
+3
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
2
-2
/
+2
*
Fix FreeBSD build broken by r298066
Pavel Labath
2017-03-17
1
-2
/
+4
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-9
/
+18
*
One more attempt to fix FreeBSD
Pavel Labath
2017-03-17
1
-0
/
+4
*
Speculative build fix for FreeBSD
Pavel Labath
2017-03-17
1
-1
/
+3
[next]