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
...
*
Workaround for collision between enum members in LLVM's MachO.h and system he...
Jim Ingham
2014-04-02
1
-1
/
+1
*
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
4
-12
/
+14
*
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
3
-10
/
+34
*
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
*
Change the type in va_arg call from char to int.
Hafiz Abid Qadeer
2014-03-20
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
2
-29
/
+0
*
build: fix libxml2 detection via CMake
Saleem Abdulrasool
2014-03-14
1
-1
/
+1
*
Change type of a few members of a struct from unsigned to signed.
Hafiz Abid Qadeer
2014-03-13
1
-2
/
+2
*
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
3
-3
/
+3
*
Added some missing header files.
Hafiz Abid Qadeer
2014-03-12
1
-0
/
+1
*
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
*
Move Windows getopt for building the DLL
Deepak Panickal
2014-03-03
1
-2
/
+2
*
Build liblldb.dll in Windows
Deepak Panickal
2014-03-03
1
-1
/
+0
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-8
/
+4
*
Fix types to eliminate compiler warnings in FreeBSD host class
Ed Maste
2014-02-28
1
-2
/
+2
*
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
*
Replaced custom variable arguments to standard library for correcting 64 bit ...
Deepak Panickal
2014-02-17
1
-16
/
+33
*
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
*
<rdar://problem/15996848>
Han Ming Ong
2014-02-10
3
-4
/
+49
*
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
*
Only set EL_PROMPT_ESC when existing
Sylvestre Ledru
2014-02-08
1
-0
/
+2
*
Fixed an issue where "command source" would not do the right thing:
Greg Clayton
2014-02-05
1
-3
/
+52
*
Update header comment to match filename
Ed Maste
2014-02-02
1
-1
/
+1
*
Fixing the Windows build for the changes brought in from the iohandler merge.
Deepak Panickal
2014-01-31
4
-189
/
+526
*
Pressing ^D in a non-empty input terminates LLDB. This was due to the fact th...
Greg Clayton
2014-01-30
1
-1
/
+15
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
3
-27
/
+721
*
Candidate fix for bug 18592.
Todd Fiala
2014-01-23
1
-1
/
+1
*
Unify OS X/POSIX/Linux Host spawn support.
Todd Fiala
2014-01-23
2
-284
/
+233
*
Add support for Haswell on x86_64.
Greg Clayton
2014-01-22
1
-2
/
+4
*
Make lldb build with Makefiles on OS X.
Todd Fiala
2014-01-18
1
-10
/
+14
*
Added distribution info to ArchSpec and qHostInfo message.
Todd Fiala
2014-01-18
1
-0
/
+6
*
Undo change to triple behavior from r199510.
Todd Fiala
2014-01-17
1
-7
/
+1
*
Enable Linux distribution in vendor portion of host triple.
Todd Fiala
2014-01-17
2
-1
/
+132
*
Fixed the Visual Studio Windows build
Deepak Panickal
2014-01-13
1
-1
/
+1
*
Update the lldb version number in the xcode project files from 310.99.0 to 32...
Jason Molenda
2014-01-10
2
-2
/
+2
*
Only check os version for POSIX_SPAWN_CLOEXEC_DEFAULT on desktop builds of LLDB.
Greg Clayton
2014-01-08
1
-1
/
+1
*
Fixed a kernel panic that would occur if you debug anything on MacOSX 10.7 or...
Greg Clayton
2014-01-08
1
-43
/
+72
*
<rdar://problem/15639995>
Han Ming Ong
2013-12-19
1
-19
/
+8
*
Fixes an issue where a signum => name mapping function has multiple case stat...
Sylvestre Ledru
2013-12-13
1
-0
/
+4
[prev]
[next]