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
*
If Process::Finalize() has been called, don't track process state changes.
Greg Clayton
2014-07-14
1
-0
/
+3
*
lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.
Greg Clayton
2014-07-14
2
-9
/
+24
*
Modified gdb-remote tests to run with automatically-chosen ports.
Todd Fiala
2014-07-14
1
-3
/
+17
*
lldb needs to support DW_op_piece masks for values in subregister and also to...
Greg Clayton
2014-07-12
4
-5
/
+102
*
Allow generic ARM cores to match any more specific ARM architecture.
Greg Clayton
2014-07-12
2
-3
/
+32
*
Remove assert now that we have a 'i' character that might come through as wel...
Greg Clayton
2014-07-11
1
-1
/
+0
*
Don't crash when a SBType is handed out through the API and later used after ...
Greg Clayton
2014-07-11
1
-71
/
+193
*
Modify ObjectFileELF::GetArchitecture() to avoid calling ParseSectionHeaders(...
Todd Fiala
2014-07-11
1
-2
/
+5
*
Prevent ObjectFileELF::GetSectionHeaderInfo() from reparsing section headers.
Todd Fiala
2014-07-11
1
-4
/
+4
*
Enable the ability to enable debug info generation when evaluating expressions.
Greg Clayton
2014-07-11
1
-0
/
+12
*
Remove code that was merged incorrectly.
Greg Clayton
2014-07-11
1
-2
/
+0
*
Get the python scripting interface working on Windows.
Zachary Turner
2014-07-10
2
-1
/
+13
*
Cleanup the iOS simulator code.
Greg Clayton
2014-07-10
6
-58
/
+60
*
Move the post-build step that creates lldb.py.
Zachary Turner
2014-07-10
1
-10
/
+0
*
Reapply typo fix.
Bruce Mitchener
2014-07-10
1
-1
/
+1
*
Fix a type mismatch in NativeProcessLinux that shows up in 32-bit builds.
Todd Fiala
2014-07-10
1
-1
/
+1
*
Fixes for broken Debian build - g++ 4.7 support.
Todd Fiala
2014-07-10
2
-5
/
+16
*
Make sure the "command regex add" has a unique name for editline history purp...
Greg Clayton
2014-07-09
1
-1
/
+1
*
Dont' use a random probe & alloc strategy for the IRMemoryMap.
Zachary Turner
2014-07-09
1
-30
/
+8
*
Fix tests broken by the OptionValidator changes.
Zachary Turner
2014-07-09
5
-1
/
+21
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
34
-429
/
+498
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
12
-25
/
+25
*
Correct indentation level for one line.
Jason Molenda
2014-07-09
1
-1
/
+1
*
Tweak for lldb coding style consistency.
Jason Molenda
2014-07-08
1
-1
/
+2
*
Add the ability to provide a "count" option to the various "thread step-*" op...
Jim Ingham
2014-07-08
2
-11
/
+88
*
Document the "thread.completed-expression" feature in the "expression" comman...
Jim Ingham
2014-07-08
1
-0
/
+9
*
Fix typos.
Bruce Mitchener
2014-07-08
25
-35
/
+35
*
Simplify Host::GetOSVersion() on macosx.
Jean-Daniel Dupas
2014-07-08
1
-46
/
+7
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
34
-497
/
+428
*
Implment "platform process list" for Windows.
Zachary Turner
2014-07-08
2
-2
/
+125
*
Fix a compilation failure caused by a non-const reference.
Zachary Turner
2014-07-08
1
-1
/
+1
*
If a hand-called function is interrupted by hitting a breakpoint, then
Jim Ingham
2014-07-08
5
-13
/
+118
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
5
-37
/
+107
*
Allow specification of no source display on stop.
Todd Fiala
2014-07-07
1
-5
/
+4
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
13
-2056
/
+2038
*
Update lldb code to match the change in clang r212386
Sylvestre Ledru
2014-07-06
1
-1
/
+1
*
Track changes from clang r212388
Alp Toker
2014-07-06
2
-9
/
+6
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-3
/
+3
*
Windows build fixes and removal of endlessly recursive termination function.
Todd Fiala
2014-07-04
1
-9
/
+0
*
Fix OptionDefinition break from r212290.
Todd Fiala
2014-07-04
1
-15
/
+15
*
Fix -Wnull-conversion warning.
Zachary Turner
2014-07-03
1
-1
/
+1
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
31
-380
/
+379
*
Fix compilation errors introduced by host Pipe abstraction
Zachary Turner
2014-07-03
1
-6
/
+5
*
Add enumerations for additional languages from DWARF spec updates.
Bruce Mitchener
2014-07-03
3
-1
/
+15
*
lldb - problem with some PTRACE_* constants in NativeProcessLinux.cpp file
Todd Fiala
2014-07-02
1
-1
/
+15
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
5
-101
/
+215
*
Removing Carbon dependency by removing obsolete code.
Jean-Daniel Dupas
2014-07-02
1
-93
/
+0
*
If a breakpoint gets deleted, any SBBreakpoints representing that
Jim Ingham
2014-07-02
1
-1
/
+6
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
8
-29
/
+30
*
Replace uint32_t by lldb::RegisterKing in register context API.
Jean-Daniel Dupas
2014-07-02
34
-50
/
+55
[next]