git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add the capability of supplying the pre/post-flight functions to the test suite such...
[lldb.git]
/
lldb
/
2012-04-16
Johnny Chen
Add the capability of supplying the pre/post-flight...
tree
|
commitdiff
2012-04-14
Greg Clayton
Added a new host function that allows us to run shell...
tree
|
commitdiff
2012-04-14
Sean Callanan
Added a --lldb option to override the location
tree
|
commitdiff
2012-04-14
Sean Callanan
Made sure that the collections of mutexes used in
tree
|
commitdiff
2012-04-14
Johnny Chen
Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:
tree
|
commitdiff
2012-04-14
Sean Callanan
Updated LLVM to take a variety of fixes to
tree
|
commitdiff
2012-04-13
Jim Ingham
The API lock was getting dropped too soon in GetVariabl...
tree
|
commitdiff
2012-04-13
Jim Ingham
In debug mode, assert if we haven't initialized a mutex...
tree
|
commitdiff
2012-04-13
Jim Ingham
Don't do the work in DoTakedown if the thread plan...
tree
|
commitdiff
2012-04-13
Jim Ingham
The run all threads timeout in RunThreadPlan should...
tree
|
commitdiff
2012-04-13
Greg Clayton
Added the thread ID (tid) to each packet history item...
tree
|
commitdiff
2012-04-13
Johnny Chen
First step to make the test suite runnable for remote...
tree
|
commitdiff
2012-04-13
Jim Ingham
Factor out a bunch of common code in the two ThreadPlan...
tree
|
commitdiff
2012-04-13
Greg Clayton
<rdar://problem/11193466>
tree
|
commitdiff
2012-04-13
Jim Ingham
Couple more places in SBValue where you need to take...
tree
|
commitdiff
2012-04-13
Jim Ingham
ThreadPlanCallFunction's destructor wasn't calling...
tree
|
commitdiff
2012-04-13
Greg Clayton
Added a --memory option to allow dumping the matching...
tree
|
commitdiff
2012-04-13
Greg Clayton
<rdar://problem/11241798>
tree
|
commitdiff
2012-04-13
Jason Molenda
version bump to lldb-139.
tree
|
commitdiff
2012-04-13
Sean Callanan
Updated llvm.zip to include a fix for a leak in
tree
|
commitdiff
2012-04-13
Johnny Chen
Ditto 'requires modern objc runtime' for TestRealDefini...
tree
|
commitdiff
2012-04-13
Greg Clayton
Added more complete error checking for mutexes only...
tree
|
commitdiff
2012-04-13
Johnny Chen
Ditto 'requires modern objc runtime' for TestObjCProper...
tree
|
commitdiff
2012-04-13
Johnny Chen
Fix some test suite errors. TestForwardDecl.py errors...
tree
|
commitdiff
2012-04-13
Sean Callanan
Added a mechanism for keeping track of where in
tree
|
commitdiff
2012-04-13
Greg Clayton
Expose GetAddressClass() from both the SBAddress and...
tree
|
commitdiff
2012-04-12
Sean Callanan
Fixed a problem where LLDB inserted regular C
tree
|
commitdiff
2012-04-12
Greg Clayton
Fixed some expression issues after switching to void...
tree
|
commitdiff
2012-04-12
Greg Clayton
Fixed an issue that happens in LLDB versions after...
tree
|
commitdiff
2012-04-12
Greg Clayton
Remove the GetSequenceMutex timeout that isn't being...
tree
|
commitdiff
2012-04-12
Greg Clayton
A few tweaks done to the heap.py in me free time where...
tree
|
commitdiff
2012-04-12
Jim Ingham
Make sure that DoResume doesn't stall if we shut down...
tree
|
commitdiff
2012-04-12
Jim Ingham
Cleanup, keep private types separate from private membe...
tree
|
commitdiff
2012-04-12
Sean Callanan
Make sure frozen_sp for a ClangExpressionVariable
tree
|
commitdiff
2012-04-12
Johnny Chen
Make the default architectures to run as both 64 and...
tree
|
commitdiff
2012-04-11
Sean Callanan
Fixed a crash in Clang when a superclass of an
tree
|
commitdiff
2012-04-11
Greg Clayton
Cleaned up code that was getting SBData for an SBInstru...
tree
|
commitdiff
2012-04-11
Greg Clayton
Cleaned up the code and we now also dump the dynamic...
tree
|
commitdiff
2012-04-11
Greg Clayton
Get rid of absolute path in "process load" command.
tree
|
commitdiff
2012-04-11
Greg Clayton
Added a new "heap.py" module that adds a new command...
tree
|
commitdiff
2012-04-11
Greg Clayton
Fixed an issue that would cause a crash when dumping...
tree
|
commitdiff
2012-04-11
Greg Clayton
Added a property to get the dynamic type which uses...
tree
|
commitdiff
2012-04-11
Greg Clayton
No functionality changes, mostly cleanup.
tree
|
commitdiff
2012-04-10
Jason Molenda
Tweak arm variants list for valid arches settings.
tree
|
commitdiff
2012-04-10
Sean Callanan
Improved detection of ARM branch instructions to
tree
|
commitdiff
2012-04-10
Greg Clayton
Added more documentation in the header file to explain...
tree
|
commitdiff
2012-04-10
Greg Clayton
Fixed head_find to compile again.
tree
|
commitdiff
2012-04-10
Sean Callanan
Set variables returned by utility functions to
tree
|
commitdiff
2012-04-10
Greg Clayton
Added a new packet to our GDB remote protocol:
tree
|
commitdiff
2012-04-10
Greg Clayton
A general stability fix where we _always_ get the threa...
tree
|
commitdiff
2012-04-10
Jim Ingham
Two changes,
tree
|
commitdiff
2012-04-10
Jim Ingham
Clear the "m_actual_stop_info_sp" in the thread during...
tree
|
commitdiff
2012-04-10
Greg Clayton
Trying to solve our disappearing thread issues by makin...
tree
|
commitdiff
2012-04-10
Enrico Granata
Fixing a problem where some uninitialized cases of...
tree
|
commitdiff
2012-04-09
Greg Clayton
Added a packet history object to the GDBRemoteCommunica...
tree
|
commitdiff
2012-04-09
Greg Clayton
Removed an include that wasn't needed.
tree
|
commitdiff
2012-04-09
Greg Clayton
Fixed an issue that could occur when looking up functio...
tree
|
commitdiff
2012-04-09
Jim Ingham
Rework how master plans declare themselves. Also make...
tree
|
commitdiff
2012-04-09
Greg Clayton
<rdar://problem/11202426>
tree
|
commitdiff
2012-04-07
Benjamin Kramer
Linux/ProcessMonitor: include sys/user.h for user_regs_...
tree
|
commitdiff
2012-04-07
Jason Molenda
Version bump to lldb-138.
tree
|
commitdiff
2012-04-07
Jason Molenda
Fix a integer trauction issue - calculating the current...
tree
|
commitdiff
2012-04-07
Greg Clayton
Removed redundant isxdigit checks and added the ability...
tree
|
commitdiff
2012-04-07
Sean Callanan
Hardened the struct layout code to eliminate a
tree
|
commitdiff
2012-04-07
Jim Ingham
We sometimes need to be able to call functions (via...
tree
|
commitdiff
2012-04-06
Sean Callanan
Changed some tabs to spaces to make Python like
tree
|
commitdiff
2012-04-06
Sean Callanan
The remaining time calculation didn't reflect the
tree
|
commitdiff
2012-04-06
Johnny Chen
The final batch of adding @dsym_test/@dwarf_test decora...
tree
|
commitdiff
2012-04-06
Sean Callanan
Removed a call to truncate() which slowed down
tree
|
commitdiff
2012-04-06
Sean Callanan
Updated the disassembler stress tester with two
tree
|
commitdiff
2012-04-06
Johnny Chen
Second batch of adding @dsym_test/@dwarf_test decorator...
tree
|
commitdiff
2012-04-06
Greg Clayton
Fixed ModuleList::FindTypes() so that when a symbol...
tree
|
commitdiff
2012-04-06
Sean Callanan
Fixed a leak in the LLVM disassembler where we
tree
|
commitdiff
2012-04-06
Greg Clayton
In a prior commit, I changed the parameters around...
tree
|
commitdiff
2012-04-06
Greg Clayton
Check if the two clang opaque type pointers are equal...
tree
|
commitdiff
2012-04-06
Greg Clayton
Added logging when API calls try to do something that...
tree
|
commitdiff
2012-04-06
Johnny Chen
Add a new option to the test driver, -N dsym or -N...
tree
|
commitdiff
2012-04-06
Bill Wendling
Add flag to warn about ivar initialization reordering.
tree
|
commitdiff
2012-04-06
Bill Wendling
explicitly cast the value.
tree
|
commitdiff
2012-04-06
Bill Wendling
Order ivar initializers to how they're declared in...
tree
|
commitdiff
2012-04-06
Bill Wendling
Order ivar initializers to how they're declared in...
tree
|
commitdiff
2012-04-06
Bill Wendling
Silence unused warning.
tree
|
commitdiff
2012-04-06
Sean Callanan
Added a stress-tester for LLDB's disassembler.
tree
|
commitdiff
2012-04-05
Greg Clayton
Enable building the POSIX-DYLD dynamic loader plug...
tree
|
commitdiff
2012-04-05
Bill Wendling
Revert r154086. It may be needed for Darwin. But the...
tree
|
commitdiff
2012-04-05
Greg Clayton
Added a new Host class: ReadWriteLock
tree
|
commitdiff
2012-04-05
Bill Wendling
The DynamicLoaderPOSIXDYLD calls aren't available on...
tree
|
commitdiff
2012-04-05
Bill Wendling
Add Security framework to the list of frameworks needed...
tree
|
commitdiff
2012-04-05
Sean Callanan
Tolerate decimal points in the LLDB version number.
tree
|
commitdiff
2012-04-05
Sean Callanan
Fixed a problem where we did not read properties
tree
|
commitdiff
2012-04-04
Bill Wendling
Order the initializations so that they reflect how...
tree
|
commitdiff
2012-04-04
Greg Clayton
<rdar://problem/11184458>
tree
|
commitdiff
2012-04-04
Greg Clayton
Change SBAddress back to using a std::auto_ptr to a...
tree
|
commitdiff
2012-04-04
Greg Clayton
Use LLDB as the default debugger for launcherXPCService.
tree
|
commitdiff
2012-04-04
Greg Clayton
Fixed the C++11 #defines that wrap std::weak_ptr to...
tree
|
commitdiff
2012-04-04
Enrico Granata
Attempt at fixing a crasher where summary strings where...
tree
|
commitdiff
2012-04-04
Enrico Granata
Fixing a potential crasher where Python would assume...
tree
|
commitdiff
2012-04-04
Enrico Granata
Adding a new --python-function (-F) option to breakpoin...
tree
|
commitdiff
2012-04-03
Greg Clayton
Added a platform agnostic symbolication python module...
tree
|
commitdiff
2012-04-03
Bill Wendling
Initialize ivars in the correct order.
tree
|
commitdiff
next