Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
lldb
/
11a8ab60b692eb01b916b1bdcd1725f027ceec5f
« Previous
fb8abab
Refactoring thread state tests to show individual failures
by Andrew Kaylor
· 12 years ago
46a60cd
Put a try/catch block around the SBAddress setting; don't want to
by Jason Molenda
· 12 years ago
b5229b1
Make the warning message about not finding the kernel binary clearer
by Jason Molenda
· 12 years ago
f62ba43
<rdar://problem/13776113>
by Greg Clayton
· 12 years ago
974e9fd
Added a test case verifying that simple C++ functions can be called by basename.
by Sean Callanan
· 12 years ago
d4d2d42
RegisterValues can now report their contents as
by Sean Callanan
· 12 years ago
10dc2a1
<rdar://problem/13695846>
by Enrico Granata
· 12 years ago
7c55515
Rename unwind_diagnose.py to diagnose_unwind.py. Change
by Jason Molenda
· 12 years ago
95cad86
Fixed a problem where the expression parser would
by Sean Callanan
· 12 years ago
756bed4
Fixed completion of incomplete array types, fixing
by Sean Callanan
· 12 years ago
8a1e654
lldb_private::StopInfo now holds onto a ThreadWP (a std::weak_ptr<lldb_private::Thread>) in case the thread goes away while the stop info still exists.
by Greg Clayton
· 12 years ago
2a91beb
Avoiding a potentially memory allocating code path in the Python InputReader's CTRL+C handling code path - this can potentially cause a deadlock while interrupting a user-made Python command
by Enrico Granata
· 12 years ago
97a19b2
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules:
by Greg Clayton
· 12 years ago
30518e0
Don't return a reference to a local variable, and removed a redundant API.
by Greg Clayton
· 12 years ago
2154a41
When lldb stops in a stack frame where we have source level information (file, line number), don't
by Jason Molenda
· 12 years ago
18d5a27
Add a final fall-back to PlatformDarwin::GetDeveloperDirectory() which
by Jason Molenda
· 12 years ago
bf1fa97
Add a few new methods to FileSpec to make it a little easier to work
by Jason Molenda
· 12 years ago
cdc3ea5
Performance optimizations to ClangUserExpression,
by Sean Callanan
· 12 years ago
98e61d3
Fixed a crash when we tried dyn_cast<>ing a null pointer.
by Sean Callanan
· 12 years ago
2921c36
Fixed the anonymous testcase. It was testing
by Sean Callanan
· 12 years ago
5c2cd1f
<rdar://problem/12529989>
by Enrico Granata
· 12 years ago
5d2dab4
Hardening to avoid null-pointer crashes in the
by Sean Callanan
· 12 years ago
d82c89e
skip randomly failing test to avoid buildbot noise
by Daniel Malea
· 12 years ago
143d543
Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854).
by Matt Kopec
· 12 years ago
23df42a
Fixing a typo in the SBThread::Suspend documentation
by Andrew Kaylor
· 12 years ago
3b04228
Change Malloc to request an aligned memory size.
by Matt Kopec
· 12 years ago
1b3ac89
Removing invalid test cases from thread state test
by Andrew Kaylor
· 12 years ago
8b8a830
Fixing lldb log list text for commands category
by Andrew Kaylor
· 12 years ago
39ebb98
Make a synthetic children provider for the ObjC Class type
by Enrico Granata
· 12 years ago
1691dd2
Build fix for systems that do not support NT_X86_XSTATE ptrace support.
by Matt Kopec
· 12 years ago
66bd7d7
Adds 64-bit POSIX support for AVX
by Ashok Thirumurthi
· 12 years ago
7f27bcc
Purged unnecessary data structures from the IR
by Sean Callanan
· 12 years ago
f036768
Fixed a crash in ClangASTSource when logging is disabled.
by Sean Callanan
· 12 years ago
68899da
In Process::ProcessEventData::DoOnRemoval, we need to handle the case where NO thread has a stop reason
by Jim Ingham
· 12 years ago
aad68fa
More CMake fixes for OS X.
by Filipe Cabecinhas
· 12 years ago
04ba2a8
Fix one small whitespace alignment mistake.
by Jason Molenda
· 12 years ago
2325022
<rdar://problem/13565393>
by Greg Clayton
· 12 years ago
c5e3138
Don't print the type if there is none and don't print "<invalid type>". ValueObjects can be register sets and register groups and dumping those with:
by Greg Clayton
· 12 years ago
cd3ba2d
Don't crash if we try to interpret the IR (incorrectly in this case) and can't handle the size. This came from trying to do:
by Greg Clayton
· 12 years ago
36b877d
Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)).
by Greg Clayton
· 12 years ago
c55307b
Remove a print statement that was left in accidentally.
by Greg Clayton
· 12 years ago
98b449f
See: http://stackoverflow.com/questions/16166897/c-how-to-obtain-address-of-stdvector-object-in-lldb-xcode
by Enrico Granata
· 12 years ago
323c037
<rdar://problem/13209140>
by Enrico Granata
· 12 years ago
2dbfe86
Fixed IRForTarget to handle Objective-C messages sent to "super".
by Sean Callanan
· 12 years ago
00f8d53
Temporarily recognize exc_type EXC_BREAKPOINT with an exc_code of 0
by Jason Molenda
· 12 years ago
e2172fd
Fixed expression parser handling of empty strings.
by Sean Callanan
· 12 years ago
6a25e55
Fixed a build problem.
by Sean Callanan
· 12 years ago
967a997
Added support for pulling Objective-C class symbols
by Sean Callanan
· 12 years ago
b07f8de
<rdar://problem/13665446>
by Greg Clayton
· 12 years ago
d9661be
Changes to the ObjC runtime
by Enrico Granata
· 12 years ago
79e7ad8
Fixed a problem where the expression parser would
by Sean Callanan
· 12 years ago
7b87e59
Fix missing module name in expectedFailure calls
by Daniel Malea
· 12 years ago
ca87313
Closing parentheses is good - doing it while respecting printf format specifiers is even better
by Enrico Granata
· 12 years ago
764bca5
<rdar://problem/13298695>
by Greg Clayton
· 12 years ago
acac081
Also look for kexts in /Library/Extensions if that directory exists.
by Jason Molenda
· 12 years ago
d986551
Be sure to print out the fully mangled name when we are unable to find a function to call so we can easily look for this symbol if needed.
by Greg Clayton
· 12 years ago
23176af
Adding basic test for thread state (See PR-15824)
by Andrew Kaylor
· 12 years ago
bf5d9d4
char32_t should use an uppercase U as its prefix
by Enrico Granata
· 12 years ago
538d305
Added 64-bit POSIX support to write floating-point vector registers.
by Ashok Thirumurthi
· 12 years ago
e34ed40
Closing parentheses once they are open is a good idea
by Enrico Granata
· 12 years ago
66cd2b5
The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator
by Enrico Granata
· 12 years ago
cbeb328
Splitting the appkit data formatters test in smaller test cases - this should enable us to get a more detailed perspective on which individual data formatters are broken
by Enrico Granata
· 12 years ago
f78bf6c
Fix CheckPublicAPIHeaders test case
by Daniel Malea
· 12 years ago
11ac316
Look for an inexact match in just the commands before searching the alias commands as well.
by Matt Kopec
· 12 years ago
c582bbf
Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)
by Daniel Malea
· 12 years ago
3a5c74d
Added 64-bit POSIX support to write general-purpose floating-point registers.
by Ashok Thirumurthi
· 12 years ago
0c5fa86
Splits register_commands into a passing test on Linux (to improve test coverage),
by Ashok Thirumurthi
· 12 years ago
f40162d
Remove duplicate define
by Sylvestre Ledru
· 12 years ago
ab69984
One line I forgot to remove.
by Jason Molenda
· 12 years ago
83ea875
Update the unwind_diagnose script to work correctly with both
by Jason Molenda
· 12 years ago
5a55906
Add a new -a / --address argument to image show-unwind to get the
by Jason Molenda
· 12 years ago
2014fa9
Forgot to include the diagnose_unwind.py script in the initialization of
by Jason Molenda
· 12 years ago
848d772
Add a new python file to help diagnose backtrace failures in the field.
by Jason Molenda
· 12 years ago
fe26a23
<rdar://problem/13437949>
by Enrico Granata
· 12 years ago
ca85d93
Much better way to get at the size of an std::list
by Enrico Granata
· 12 years ago
bf26ea6
Daniel Malea reported seeing warnings for the use of anonymous namespaces in our public API.
by Enrico Granata
· 12 years ago
1340c4f
Update CMakeLists.txt as per new file RegisterContextDummy.cpp
by Daniel Malea
· 12 years ago
b6bac2a
Proper English not optional
by Enrico Granata
· 12 years ago
ac630b8
Fix lock hierarchy violation in Listener/Broadcaster
by Daniel Malea
· 12 years ago
c1c3690
When parsing dwarf, add C functions to the fullname index.
by Matt Kopec
· 12 years ago
ba6b37d
Fix data race in Address class by wrapping m_offset in std::atomic
by Daniel Malea
· 12 years ago
49ff4e6
<rdar://problem/13590152>
by Enrico Granata
· 12 years ago
977260c
Fix for expression/breakpoint setting of gnu indirect functions.
by Matt Kopec
· 12 years ago
6c7168f
Fixed the expression parser's handling of result
by Sean Callanan
· 12 years ago
41efd0e
Fixed an error message.
by Sean Callanan
· 12 years ago
5042acf
<rdar://problem/13697881>
by Greg Clayton
· 12 years ago
dbeac80
Be sure to include initializer_list when needed.
by Greg Clayton
· 12 years ago
9716719
Make sure file rangle integers are large enough for very large core files.
by Greg Clayton
· 12 years ago
683cb69
Fixed being able to mmap an entire file by letting the default args "do the right thing".
by Greg Clayton
· 12 years ago
6f8d385
Change my patch to TargetList::CreateTarget to only try
by Jason Molenda
· 12 years ago
d387b46
Fixed some linux buildbot warnings.
by Greg Clayton
· 12 years ago
14d09ee
Improved tests for nested structs when anonymous structs are involved.
by Ashok Thirumurthi
· 12 years ago
2c81087
Fixed two problems when reading constant/register
by Sean Callanan
· 12 years ago
4e7965a
Fix (failing) test name reporting on buildbots
by Daniel Malea
· 12 years ago
06761aa
Simplified the management of the data buffer for
by Sean Callanan
· 12 years ago
c15fb8c
Adding a test case for the changes made to ValueObjects to use iteration instead of recursion for navigating to their root - beware: a regression here will most probably cause a crash instead of a failure
by Enrico Granata
· 12 years ago
347d722
Provided a variant of ReadCStringFromMemory that supports null terminators of any character width.
by Ashok Thirumurthi
· 12 years ago
2ce786d
Removed 2800+ lines of code that no longer do anything
by Sean Callanan
· 12 years ago
28195f9
Optimized the way breakpoint conditions are evaluated.
by Sean Callanan
· 12 years ago
a707cf1
Reverted 179810, which breaks the expression parser.
by Sean Callanan
· 12 years ago
Next »