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
*
XFail new TestPyObjSynthProvider.py on linux until I can investigate the caus...
Pavel Labath
2016-08-31
1
-0
/
+1
*
Revert r280137 and 280139 and subsequent build fixes
Pavel Labath
2016-08-31
11
-140
/
+218
*
Revert r280200 and put it a proper fix
Pavel Labath
2016-08-31
2
-5
/
+4
*
Fix lldb build on Mac.
Pavel Labath
2016-08-31
1
-1
/
+1
*
Update the Linux code to reflect the changes done by zturner in r280139
Sylvestre Ledru
2016-08-31
1
-1
/
+1
*
Rename the test class
Enrico Granata
2016-08-30
1
-1
/
+1
*
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
Enrico Granata
2016-08-30
6
-0
/
+153
*
Teach ValueObject::ReadPointedString how to read char[] in host memory
Enrico Granata
2016-08-30
1
-5
/
+16
*
Fix a typo/thinko - this was generating the wrong kind of array
Enrico Granata
2016-08-30
1
-1
/
+1
*
Add SBType::GetArrayType() such that - given a type - one can make an array (...
Enrico Granata
2016-08-30
9
-1
/
+57
*
A few minor stylistic cleanups in StringExtractor.
Zachary Turner
2016-08-30
10
-114
/
+107
*
Use llvm to do endian conversions.
Zachary Turner
2016-08-30
1
-105
/
+35
*
Add a few more unit tests for StringExtractor.
Zachary Turner
2016-08-30
2
-0
/
+172
*
Convert some StringExtractor functions to accept MutableArrayRefs.
Zachary Turner
2016-08-30
8
-41
/
+48
*
Remove mention of autoconf from the build instructions
Tamas Berghammer
2016-08-30
1
-37
/
+0
*
Revert "gdb-remote: Make the sequence mutex non-recursive"
Pavel Labath
2016-08-30
8
-164
/
+101
*
Fix darwin cmake build for r279997
Pavel Labath
2016-08-30
1
-1
/
+1
*
Fix fallout from the GetNameColonValue() refactor (r280000)
Pavel Labath
2016-08-30
2
-8
/
+12
*
Update debugserver project to pull in StdStringExtractor.cpp instead of the new
Jason Molenda
2016-08-30
1
-8
/
+6
*
Convert GetNameColonValue to return StringRefs.
Zachary Turner
2016-08-29
10
-509
/
+489
*
Copy StringExtractor to StdStringExtractor.
Zachary Turner
2016-08-29
6
-16
/
+700
*
Remove std::atomic from lldb::Address.
Zachary Turner
2016-08-29
2
-5
/
+4
*
Fix some build bot breakages.
Zachary Turner
2016-08-27
2
-6
/
+6
*
Add some unit tests for StringExtractor::GetNameColonValue.
Zachary Turner
2016-08-27
1
-0
/
+53
*
Convert some functions to use StringRef instead of c_str, len
Zachary Turner
2016-08-27
8
-65
/
+62
*
This test now succeeds.
Jim Ingham
2016-08-27
1
-1
/
+0
*
Fixed the location of a conditional to make the following code clearer.
Sean Callanan
2016-08-27
1
-7
/
+7
*
The error stream in IRForTarget is never null, so use it instead of the log.
Sean Callanan
2016-08-27
3
-102
/
+53
*
Fixed a bad lldbassert() condition.
Sean Callanan
2016-08-26
1
-1
/
+1
*
Tables of command options in LLDB benefit from hand-formatting to make it
Kate Stone
2016-08-26
20
-554
/
+564
*
Don't crash when trying to capture persistent variables in a block.
Sean Callanan
2016-08-26
4
-9
/
+34
*
Switch linux and android CODE_OWNERS
Pavel Labath
2016-08-26
1
-2
/
+2
*
Add cmake option to choose whether to use the builtin demangler
Pavel Labath
2016-08-26
2
-7
/
+11
*
Make all the Function implementations different so the compiler won't share t...
Jim Ingham
2016-08-26
2
-56
/
+54
*
Add a notification message in 'type lookup' when the current language doesn't...
Enrico Granata
2016-08-25
1
-9
/
+19
*
gdb-remote: Make the sequence mutex non-recursive
Pavel Labath
2016-08-25
8
-101
/
+164
*
Fix warnings preventing copy elision.
Pavel Labath
2016-08-25
1
-10
/
+10
*
If the user has specified target.memory-module-load-level 'minimal'
Jason Molenda
2016-08-25
1
-3
/
+5
*
Rewrite the GetFileInSDK methods in PlatformRemoteiOS,
Jason Molenda
2016-08-24
6
-223
/
+57
*
fix darwin_log test errors on macOS < 10.12
Todd Fiala
2016-08-24
1
-0
/
+9
*
Fix mismatched new/free in Process:RunPrivateStateThread
Pavel Labath
2016-08-24
1
-3
/
+2
*
Add api logging for SBDebugger::SetCurrentPlatformSDKRoot.
Jason Molenda
2016-08-24
1
-0
/
+3
*
Implementation "step out" plans shouldn't gather the return value.
Jim Ingham
2016-08-23
3
-16
/
+26
*
Change the PathMappingList::FindFile to use FileSpec API's
Jim Ingham
2016-08-23
3
-8
/
+14
*
Fix a crash in GDBRemoteCommunicationClient::GetSupportedStructuredDataPlugins
Pavel Labath
2016-08-23
1
-1
/
+1
*
Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_state
Pavel Labath
2016-08-23
1
-0
/
+5
*
Add a non-code-running data formatter for __NSCFBoolean
Enrico Granata
2016-08-22
2
-0
/
+39
*
added Xcode lldb-gtest-for-debugging target
Todd Fiala
2016-08-20
1
-0
/
+289
*
Add logic to the ObjC runtime in LLDB to extract the pointer values of the tw...
Enrico Granata
2016-08-20
4
-1
/
+63
*
Remove a test that depends on knowing all compiler's register allocation sche...
Jim Ingham
2016-08-19
1
-23
/
+0
[next]