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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Creates a socket host object.
Zachary Turner
2014-08-06
4
-11
/
+697
*
Resolve the executable _before_ we try to get the module specifications.
Greg Clayton
2014-07-29
1
-0
/
+11
*
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
1
-1
/
+5
*
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
1
-1
/
+1
*
Implment "platform process list" for Windows.
Zachary Turner
2014-07-08
1
-1
/
+2
*
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
*
Fix typos.
Bruce Mitchener
2014-07-01
2
-3
/
+3
*
Add lldb-gdbserver support for Linux x86_64.
Todd Fiala
2014-06-30
11
-0
/
+1686
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
2
-3
/
+5
*
Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...
Greg Clayton
2014-05-30
1
-35
/
+8
*
Fix Windows warnings.
Todd Fiala
2014-05-28
1
-0
/
+1
*
"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
*
Use getpgid() with waitpid() in case the process pgid is not equal to its pid...
Andrew MacPherson
2014-04-02
1
-1
/
+1
*
sanitise sign comparisons
Saleem Abdulrasool
2014-04-02
2
-6
/
+8
*
Add mips64 to the list of 64-bit Host architectures
Ed Maste
2014-04-01
1
-0
/
+1
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-2
/
+2
*
Add the "lldb_complete" .editrc command back in case veteran users of LLDB ha...
Greg Clayton
2014-03-26
1
-1
/
+2
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-3
/
+66
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-5
/
+0
*
Replace some Windows specific string functions with std::string.
Hafiz Abid Qadeer
2014-03-12
1
-4
/
+3
*
Moved a check in HostGetOpt.h.
Hafiz Abid Qadeer
2014-03-12
1
-4
/
+0
*
Replace some _MSC_VER with _WIN32.
Hafiz Abid Qadeer
2014-03-12
2
-2
/
+2
*
Fix Mingw build error by using lower case name for windows header files.
Hafiz Abid Qadeer
2014-03-10
1
-1
/
+1
*
Allow line numbers to be shown in multi-line expressions.
Greg Clayton
2014-03-07
1
-0
/
+1
*
Check if the terminal is interactive and set the flags accordingly
Deepak Panickal
2014-03-03
1
-1
/
+7
*
Check call to fgetc for EINTR.
Jim Ingham
2014-02-27
1
-20
/
+31
*
There’s no need to call posix_spawnp_setbinpref_np when we are launching in...
Jim Ingham
2014-02-21
1
-18
/
+25
*
Fix Windows build, broken by the inclusion of sys/ioctl.h and isatty()
Deepak Panickal
2014-02-17
1
-1
/
+4
*
Fix the LLDB prompt for older Editline versions, specifically running on Ubun...
Deepak Panickal
2014-02-17
1
-0
/
+5
*
Avoid leaking namebuf in case of an early exit
Enrico Granata
2014-02-12
1
-7
/
+5
*
Host: unconstify editline paramters
Saleem Abdulrasool
2014-02-10
1
-4
/
+8
*
Only set EL_PROMPT_ESC when existing - fix typo
Sylvestre Ledru
2014-02-08
1
-1
/
+1
[next]