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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
The Threads created when requesting extended backtraces need to be owned by
Jason Molenda
2013-11-11
1
-0
/
+4
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
2
-6
/
+18
*
Changed the ABIs and ClangFunction to take a
Sean Callanan
2013-11-08
2
-86
/
+9
*
This patch does a couple of things.
Jim Ingham
2013-11-07
4
-86
/
+80
*
Rename extended backtrace methods to take out the "ThreadOrigin"
Jason Molenda
2013-11-06
1
-2
/
+2
*
Add a new GetThreadOriginExtendedBacktrace method to the
Jason Molenda
2013-11-06
1
-0
/
+6
*
<rdar://problem/15367122>
Greg Clayton
2013-11-05
2
-21
/
+23
*
Add a GetThreadOriginExtendedBacktraceTypes method to the
Jason Molenda
2013-11-05
1
-4
/
+4
*
Add a new system runtime plugin type - just the top level
Jason Molenda
2013-11-05
4
-0
/
+102
*
Update ABISysV_x86_64.cpp to use more efficient register finding calls.
Greg Clayton
2013-11-05
1
-0
/
+9
*
Added a "--debug" option to the "expression" command.
Greg Clayton
2013-11-04
3
-50
/
+39
*
Add new ivars to StackFrame so it can represent a stack collected
Jason Molenda
2013-11-04
2
-3
/
+56
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
14
-130
/
+131
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
14
-131
/
+130
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-1
/
+1
*
Change the default handling for SIGALRM and SIGCHLD to not notify.
Jim Ingham
2013-10-28
1
-2
/
+2
*
Fix the signed-ness of a few log printf directives in Process::RunThreadPlan.
Jason Molenda
2013-10-27
1
-3
/
+3
*
Fixed format strings as they still must specicy a '%' prior to using PRI*64 m...
Greg Clayton
2013-10-23
1
-1
/
+1
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-2
/
+2
*
Mark the selected frame of the selected thread in backtraces.
Jim Ingham
2013-10-18
3
-8
/
+41
*
Make sure the CallFunction Thread plans don't try to do DoTakedown if their t...
Jim Ingham
2013-10-18
1
-3
/
+9
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-0
/
+18
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
8
-27
/
+43
*
POSIX RegisterContext for mips64
Ed Maste
2013-10-10
1
-0
/
+1
*
Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.
Michael Sartain
2013-10-09
1
-9
/
+0
*
Allow Process::WaitForProcessToStop to return immediately if process is alrea...
Daniel Malea
2013-10-09
1
-1
/
+14
*
<rdar://problem/14028923>
Enrico Granata
2013-10-08
1
-1
/
+9
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-1
/
+1
*
DWARF says line number 0 is a valid line number - used to indicate a source l...
Jim Ingham
2013-09-27
1
-0
/
+19
*
Remove unnecessary checks for thread_plan_sp (we check for this at the top of...
Jim Ingham
2013-09-27
1
-2
/
+2
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
1
-44
/
+44
*
Target::m_suppress_synthetic_value was a hack required to disable synthetic v...
Enrico Granata
2013-09-24
1
-3
/
+1
*
Examine more than 1 frame for equivalent contexts in ThreadPlanStepOverRange
Daniel Malea
2013-09-17
1
-36
/
+40
*
Disassembler::DisassembleRange() currently calls Target::ReadMemory
Jason Molenda
2013-09-12
1
-1
/
+3
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
2
-0
/
+86
*
Turns out the number of times you need to resume the process for /bin/sh depe...
Jim Ingham
2013-09-11
1
-1
/
+1
*
Changing the default shell to /bin/sh brought up a long-standing bug on OS X,
Jim Ingham
2013-09-10
2
-4
/
+7
*
Correct logic error found by inspection.
Ed Maste
2013-09-06
1
-1
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
2
-19
/
+19
*
Switch '/bin/bash' to '/bin/sh'
Ed Maste
2013-09-03
1
-1
/
+1
*
Fixed a few typos.
Ashok Thirumurthi
2013-08-27
1
-1
/
+1
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-1
/
+7
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+267
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-3
/
+5
*
Introducing a temporary work-around for a register mapping problem with 32-bi...
Andrew Kaylor
2013-08-21
1
-0
/
+9
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
1
-2
/
+7
*
<rdar://problem/14717184>
Greg Clayton
2013-08-13
2
-51
/
+89
*
New settings: target.use-hex-immediates and target.hex-immediates-style
Daniel Malea
2013-08-07
1
-0
/
+26
*
clean up about 22 warnings messages
Michael Sartain
2013-08-07
1
-12
/
+12
*
Test to see if logging is enabled before printing
Jason Molenda
2013-08-06
1
-1
/
+4
[next]