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
/
Host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't crash when specifying a core file that isn't readable.
Greg Clayton
2014-08-15
1
-0
/
+9
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
2
-3
/
+69
*
Host: remove unused function
Saleem Abdulrasool
2014-08-09
1
-21
/
+0
*
Implement some common file operations on Windows.
Zachary Turner
2014-08-09
2
-60
/
+111
*
Fix bug causing FileSpec::GetPath() to crash with a null dest.
Zachary Turner
2014-08-08
1
-0
/
+3
*
r215124 missed a few Mac OS X only uses of FileSpec::Resolve, fixing to match
Jim Ingham
2014-08-07
1
-11
/
+10
*
Use standard realloc so FreeBSD Host.cpp can use glibc
Ed Maste
2014-08-07
1
-3
/
+7
*
Optimizations for FileSpec.
Zachary Turner
2014-08-07
2
-144
/
+81
*
Fix FileSpec to be able to understand Windows paths.
Zachary Turner
2014-08-07
2
-45
/
+74
*
Creates a socket host object.
Zachary Turner
2014-08-06
4
-11
/
+697
*
Now that setting an architecture from a mach-o CPU type and subtype doesn't s...
Greg Clayton
2014-08-02
1
-0
/
+2
*
Resolve the executable _before_ we try to get the module specifications.
Greg Clayton
2014-07-29
1
-0
/
+11
*
[Windows] Delegate str[n]casecmp to the appropriate MSVCRT func.
Zachary Turner
2014-07-29
1
-19
/
+2
*
Fix compile error on Windows.
Zachary Turner
2014-07-29
1
-1
/
+1
*
Use llvm Support functions to get the user's home directory.
Zachary Turner
2014-07-28
1
-0
/
+18
*
Fix configure/make builds on MacOSX.
Todd Fiala
2014-07-24
1
-0
/
+3
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
1
-0
/
+23
*
Host: Fix a pointer-to-function to void-pointer cast
David Majnemer
2014-07-22
1
-1
/
+2
*
Make lldb -P work on Windows.
Zachary Turner
2014-07-18
2
-1
/
+19
*
Fixing warnings shouldn't introduce a crasher.
Greg Clayton
2014-07-18
1
-1
/
+3
*
Add Host::MAX_THREAD_NAME_LENGTH constant.
Todd Fiala
2014-07-16
1
-0
/
+9
*
lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.
Greg Clayton
2014-07-14
1
-9
/
+15
*
Fix tests broken by the OptionValidator changes.
Zachary Turner
2014-07-09
1
-1
/
+16
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
3
-10
/
+10
*
Simplify Host::GetOSVersion() on macosx.
Jean-Daniel Dupas
2014-07-08
1
-46
/
+7
*
Implment "platform process list" for Windows.
Zachary Turner
2014-07-08
2
-2
/
+125
*
Fix compilation errors introduced by host Pipe abstraction
Zachary Turner
2014-07-03
1
-6
/
+5
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
2
-0
/
+173
*
Removing Carbon dependency by removing obsolete code.
Jean-Daniel Dupas
2014-07-02
1
-93
/
+0
*
Fix typos.
Bruce Mitchener
2014-07-01
4
-10
/
+10
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
12
-0
/
+1692
*
Factored out Linux proc file reading into separate class.
Todd Fiala
2014-06-30
1
-62
/
+7
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
2
-3
/
+5
*
Added an option to turn OFF the "detach on error" behavior that was added
Jim Ingham
2014-06-25
1
-1
/
+1
*
Rework fix in r201744. You really DO need to waitpid twice to get the
Jim Ingham
2014-06-24
1
-1
/
+6
*
Windows fix: Condition::Wait returned failure when it actually succeeded (Sle...
Colin Riley
2014-06-03
1
-1
/
+1
*
Fix most of the remaining Windows build warnings.
Todd Fiala
2014-06-02
1
-1
/
+6
*
Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...
Greg Clayton
2014-05-30
1
-35
/
+8
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-7
/
+31
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-0
/
+1
*
Implement Host::GetThreadName for FreeBSD
Ed Maste
2014-05-21
1
-0
/
+29
*
"process kill" and "process detach" were causing double prompts or prompts th...
Greg Clayton
2014-05-08
1
-46
/
+35
*
control-D on empty line to quit lldb stopped working in Release builds on Mac...
Greg Clayton
2014-05-06
1
-1
/
+2
*
Use posix_spawn on NetBSD as well.
Joerg Sonnenberger
2014-05-02
1
-6
/
+6
*
EOF is outside the value range of char on architectures with unsigned
Joerg Sonnenberger
2014-05-02
1
-1
/
+1
*
Fixed CTRL+C related issues:
Greg Clayton
2014-05-02
1
-27
/
+65
*
Since one or more Editline instances of the same kind (lldb commands, express...
Greg Clayton
2014-04-25
1
-57
/
+157
*
Change the default key bindings for multi-line mode:
Greg Clayton
2014-04-23
1
-2
/
+3
*
Fixed a case where if someone added a "bind -v" to their ~/.editrc file, key ...
Greg Clayton
2014-04-23
1
-6
/
+18
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-11
/
+7
[next]