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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Creates a socket host object.
Zachary Turner
2014-08-06
7
-939
/
+854
*
When stepping, handle the case where the step leaves us with
Jim Ingham
2014-08-06
4
-4
/
+18
*
Probably should initialize that new ivar while I'm at it...
Jim Ingham
2014-08-06
1
-0
/
+1
*
Add a variant of the CommandOverrideCallback that takes a
Jim Ingham
2014-08-06
1
-6
/
+4
*
If you found a step through plan stop looking up the stack for a step out plan.
Jim Ingham
2014-08-05
1
-0
/
+3
*
Add some useful logging to the step log.
Jim Ingham
2014-08-05
1
-1
/
+1
*
Teach ProcessWindows plugin to support stdio i/o redirection.
Zachary Turner
2014-08-04
1
-11
/
+61
*
Add code to AssemblyParse_x86::get_non_call_site_unwind_plan
Jason Molenda
2014-08-04
1
-6
/
+24
*
Change ProcessGDBRemote::DidLaunchOrAttach to
Jason Molenda
2014-08-03
1
-2
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
5
-18
/
+28
*
Now that setting an architecture from a mach-o CPU type and subtype doesn't s...
Greg Clayton
2014-08-02
1
-0
/
+2
*
Fixed a problem in the Clang AST importer where
Sean Callanan
2014-08-01
1
-9
/
+17
*
Update the code with clang changes r214450 (FunctionProtoType::ExtProtoInfo u...
Sylvestre Ledru
2014-08-01
1
-4
/
+2
*
Change the encoding of the Triple string exchanged across GDB-RSP
Matthew Gardiner
2014-08-01
2
-11
/
+4
*
Fixed an issue where the LLDB command prompt isn't interactive if you use -o ...
Greg Clayton
2014-07-31
1
-22
/
+16
*
Rewrote the initial DW_OP_piece support to be able to support opcodes like:
Greg Clayton
2014-07-31
2
-109
/
+208
*
Add a new directory path to
Jason Molenda
2014-07-31
1
-4
/
+34
*
When doing an exhaustive search for the kernel in memory, also look
Jason Molenda
2014-07-31
1
-0
/
+4
*
Revert a part of r214335 that I didn't mean to commit
Enrico Granata
2014-07-30
1
-9
/
+7
*
Improve the way the ObjC data formatters fetch a valid frame to use for runni...
Enrico Granata
2014-07-30
2
-5
/
+25
*
Reflect changes in LLVM getTypeInfo() API
Enrico Granata
2014-07-30
1
-25
/
+27
*
lldb is a scope, not a label
Ed Maste
2014-07-30
1
-1
/
+1
*
Use Process::ReadMemoryFromPointer() instead of manually reading the pointer.
Greg Clayton
2014-07-30
1
-6
/
+3
*
(no commit message)
Greg Clayton
2014-07-30
6
-4
/
+41
*
Silence a warning saying "typedef requires a name" from clang.
Greg Clayton
2014-07-29
1
-1
/
+1
*
Add $vAttach support to llgs.
Todd Fiala
2014-07-29
2
-0
/
+45
*
Attempt to fix the expression parser after r214119
Reid Kleckner
2014-07-29
1
-10
/
+10
*
Remove unused variable that was causing a warning.
Greg Clayton
2014-07-29
1
-1
/
+0
*
Resolve the executable _before_ we try to get the module specifications.
Greg Clayton
2014-07-29
2
-0
/
+16
*
[Windows] Delegate str[n]casecmp to the appropriate MSVCRT func.
Zachary Turner
2014-07-29
1
-19
/
+2
*
When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...
Greg Clayton
2014-07-29
2
-2
/
+15
*
Fix compile error on Windows.
Zachary Turner
2014-07-29
1
-1
/
+1
*
Teach LLDB about Windows processes.
Zachary Turner
2014-07-28
6
-0
/
+330
*
Use llvm Support functions to get the user's home directory.
Zachary Turner
2014-07-28
2
-3
/
+23
*
Fix supported architectures on PlatformWindows.
Zachary Turner
2014-07-28
4
-23
/
+76
*
Fix the MSVC build. MSVC does not support constexpr.
Zachary Turner
2014-07-28
1
-1
/
+1
*
Test commit, please ignore
Matthew Gardiner
2014-07-28
1
-0
/
+1
*
Fix an x86 assembler stack unwind calculation for non-volatile registers.
Todd Fiala
2014-07-25
1
-1
/
+13
*
Fix configure/make builds on MacOSX.
Todd Fiala
2014-07-24
1
-0
/
+3
*
Add debug asserts / sanity checks to
Jason Molenda
2014-07-24
1
-0
/
+19
*
Increase the gdb-remote packet timeout for the first packet we send
Jason Molenda
2014-07-24
1
-1
/
+11
*
ObjectFileMachO: Silence signed/unsigned comparison warning
David Majnemer
2014-07-24
1
-2
/
+1
*
Make sure we don't crash if someone (E.G.) comments out on entry from g_core_...
Greg Clayton
2014-07-23
1
-6
/
+11
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
14
-17
/
+17
*
Plugins: silence a few more signed comparision warnings
Saleem Abdulrasool
2014-07-23
1
-1
/
+2
*
Target: silence a GCC warning
Saleem Abdulrasool
2014-07-23
2
-2
/
+7
*
Enable lldb-platform exe support for Linux.
Todd Fiala
2014-07-22
11
-312
/
+420
*
SBCommunication: Fix a pointer-to-function to void-pointer cast
David Majnemer
2014-07-22
1
-1
/
+1
*
ScriptInterpreterPython: %p should be used with void-pointer
David Majnemer
2014-07-22
1
-1
/
+1
*
Host: Fix a pointer-to-function to void-pointer cast
David Majnemer
2014-07-22
1
-1
/
+2
[prev]
[next]