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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added gdb-remote test for s packet, single stepping.
Todd Fiala
2014-06-09
2
-22
/
+220
*
Remove invalid comment from last commit.
Todd Fiala
2014-06-06
1
-1
/
+0
*
Added gdb-remote program counter check at breakpoint.
Todd Fiala
2014-06-06
2
-80
/
+184
*
Added gdb-remote test for software breakpoints.
Todd Fiala
2014-06-05
2
-17
/
+140
*
Remove unused defines from lldb driver.
Todd Fiala
2014-06-05
1
-3
/
+0
*
Move MemoryRegionInfo out of Target/Process.h into its own header.
Todd Fiala
2014-06-04
3
-85
/
+106
*
Added gdb-remote $qMemoryRegionInfo tests for heap and stack.
Todd Fiala
2014-06-04
3
-46
/
+182
*
Add gdb-remote test for $qMemoryRegionInfo code querying.
Todd Fiala
2014-06-04
2
-1
/
+113
*
Add gdb-remote test to ensure $qMemoryRegionInfo is supported.
Todd Fiala
2014-06-04
1
-0
/
+29
*
Fix a couple minor typos in $qMemoryRegionInfo packet docs.
Todd Fiala
2014-06-04
1
-2
/
+2
*
Added gdb-remote memory read ($m) test.
Todd Fiala
2014-06-03
2
-3
/
+86
*
Windows fix: Disable editline for MSVC. Since r208369 there have been issues,...
Colin Riley
2014-06-03
1
-1
/
+2
*
Windows fix: Condition::Wait returned failure when it actually succeeded (Sle...
Colin Riley
2014-06-03
1
-1
/
+1
*
Fix windows build: SBTypeEnumMember.cpp added to the separate windows liblldb...
Colin Riley
2014-06-03
1
-0
/
+1
*
Small cleanups for the new enum fixes:
Greg Clayton
2014-06-02
3
-10
/
+18
*
Add support for inspecting enum members.
Todd Fiala
2014-06-02
20
-2
/
+608
*
Add executable extension to debugger name, run dotest via binary.
Todd Fiala
2014-06-02
2
-3
/
+3
*
Fix most of the remaining Windows build warnings.
Todd Fiala
2014-06-02
6
-61
/
+70
*
Don't use libc's "char *basename(char *)" or "char *dirname(char *)" as they ...
Greg Clayton
2014-05-30
1
-35
/
+8
*
gdb-remote signal delivery test cleanup.
Todd Fiala
2014-05-30
3
-49
/
+199
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
8
-81
/
+302
*
gdb-remote testing: new test, cleaned up socket reading.
Todd Fiala
2014-05-29
5
-129
/
+521
*
Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...
Greg Clayton
2014-05-29
1
-2
/
+2
*
Fix r209807 which inadvertently removed things
Arnaud A. de Grandmaison
2014-05-29
1
-0
/
+3
*
Fix build. Method was renamed in r209800.
Nikola Smiljanic
2014-05-29
1
-5
/
+2
*
Disabled warning C4251 on MSVC builds.
Todd Fiala
2014-05-28
1
-0
/
+1
*
Cmake build changes.
Todd Fiala
2014-05-28
1
-11
/
+19
*
Fix Windows warnings.
Todd Fiala
2014-05-28
7
-14
/
+12
*
Avoid passing null signal name for Log %s argument
Ed Maste
2014-05-28
1
-3
/
+7
*
Fix whitespace / formatting
Ed Maste
2014-05-28
2
-15
/
+15
*
Remove unused variable.
Greg Clayton
2014-05-28
1
-2
/
+0
*
Allow classes to be intialized using current lldb::SB objects. This can help ...
Greg Clayton
2014-05-28
1
-4
/
+55
*
Add stdlib.h for malloc and friends
Ed Maste
2014-05-26
1
-0
/
+2
*
Remove include of obsolete stropts.h header
Ed Maste
2014-05-26
1
-1
/
+0
*
Use MIUtilSystemLinux on FreeBSD as well
Ed Maste
2014-05-26
3
-3
/
+3
*
Add missing header
Ed Maste
2014-05-26
1
-0
/
+1
*
Add a lock ivar to the Platform so that multiple Targets
Jason Molenda
2014-05-23
2
-3
/
+9
*
Remove some unnecessary comments from previous check-in.
Todd Fiala
2014-05-23
1
-51
/
+47
*
Added gdb remote tests to verify $Hg{thread-id}.
Todd Fiala
2014-05-23
4
-7
/
+215
*
Fixed the Symbol code to resolve the callable address
Sean Callanan
2014-05-23
3
-27
/
+63
*
Instead of having an UnwindTable own a single assembly profiler,
Jason Molenda
2014-05-23
4
-24
/
+40
*
Revert r209488; Greg suggests a different approach.
Jason Molenda
2014-05-23
4
-28
/
+13
*
The UnwindTable (one per module) used to hand out shared pointers
Jason Molenda
2014-05-23
4
-13
/
+28
*
Make sure SectionLoadHistory::GetCurrentSectionLoadList () is thread safe.
Greg Clayton
2014-05-22
1
-0
/
+1
*
Added gdbremote protocol test for $p and returned data size.
Todd Fiala
2014-05-22
1
-0
/
+78
*
Change ProcessKDP::DoReadMemory() to break up large memory
Jason Molenda
2014-05-21
1
-1
/
+25
*
Added tests for q{f,s}ThreadInfo for attached processes.
Todd Fiala
2014-05-21
1
-28
/
+115
*
Added gdb-remote tests for q{f,s}ThreadInfo.
Todd Fiala
2014-05-21
2
-3
/
+134
*
Implement Host::GetThreadName for FreeBSD
Ed Maste
2014-05-21
1
-0
/
+29
*
Update for llvm api change in r209266.
Rafael Espindola
2014-05-21
1
-3
/
+6
[next]