summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility
Commit message (Expand)AuthorAgeFilesLines
* Add missing watchpoint stop info creation logic for arm on the debugger side.Johnny Chen2012-03-211-1/+14
* <rdar://problem/10434005>Greg Clayton2012-03-142-3/+3
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+12
* Patch to fix GCC build from Dmitry Vyukov.Greg Clayton2012-03-012-0/+3
* Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrameJason Molenda2012-03-011-13/+0
* Fix a recursion that could happen when creating the first frame inJason Molenda2012-02-291-13/+45
* Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as n...Jim Ingham2012-02-292-14/+34
* rdar://problem/10652076Johnny Chen2012-02-293-129/+129
* Patch from Filipe Cabecinhas fixing a typo in the "lldb unwind" log output.Jim Ingham2012-02-241-1/+1
* <rdar://problem/10103468>Greg Clayton2012-02-242-9/+13
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-2/+2
* Remove a ton of implicit narrowing conversions for C++11 compatibility.Benjamin Kramer2012-02-211-1/+1
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-218-78/+132
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+5
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-7/+6
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-294-34/+41
* Don't call lldb_private::Process::GetLoadAddressPermissions to sanity check t...Jim Ingham2012-01-101-28/+34
* <rdar://problem/10645694> Greg Clayton2012-01-081-2/+58
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-9/+7
* When we're unwinding out of frame 0 and we end up with a bogus frameJason Molenda2011-12-162-8/+67
* On Mac OS X the Objective-C runtime (libobjc) has many criticalJason Molenda2011-12-141-2/+24
* Add two new memory region based checks to the Unwinder:Jason Molenda2011-12-131-0/+20
* When unwinding from the first frame, try to ask the remote debugserverJason Molenda2011-12-131-9/+16
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-042-2/+8
* Restructure the relationship between UnwindLLDB and theJason Molenda2011-11-014-100/+154
* Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...Jim Ingham2011-11-011-1/+0
* warnings: Fix another place with extension warnings I somehow missed.Daniel Dunbar2011-10-311-3/+10
* warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings.Daniel Dunbar2011-10-312-4/+18
* warnings: Fix several uses of trailing comma on enumeration extensions.Daniel Dunbar2011-10-311-1/+1
* Lock the Unwinder before accessing it.Jim Ingham2011-10-214-18/+16
* Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multipl...Jason Molenda2011-10-182-0/+42
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-6/+6
* Fix verbose logging of unwinders.Jason Molenda2011-09-291-10/+10
* Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ...Johnny Chen2011-09-261-0/+1
* Foe x86_64/i386, piggyback the hardware index of the fired watchpoint in the ...Johnny Chen2011-09-172-2/+11
* Tighten up the 'log enable lldb unwind' printing forJason Molenda2011-09-161-4/+4
* Have the FuncUnwinder object request & provide an architecture-definedJason Molenda2011-09-151-1/+13
* Watchpoint WIP: on the debugger side, create an instance of eitherJohnny Chen2011-09-081-1/+8
* Added the ability for DWARF locations to use the ABI plug-ins to resolveGreg Clayton2011-09-021-1/+1
* Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen2011-08-251-3/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-226-0/+658
* Third round of code cleanups:Enrico Granata2011-08-191-3/+3
* Patch from David Forsythe for FreeBSD build!Johnny Chen2011-08-033-2/+7
* Remove the deprecated MacOSX native plug-in.Greg Clayton2011-08-011-39/+38
* Copy the native darwin register stuff out of the ProcessMacOSXGreg Clayton2011-08-016-0/+380
* Disable compilation of RegisterContextDarwin_arm.cpp on non-Darwin platforms,Peter Collingbourne2011-07-222-1/+5
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-196-0/+4171
* Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...Jim Ingham2011-06-201-0/+2
* Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constantsPeter Collingbourne2011-06-181-3/+3
* Improved the packet throughput when debugging with GDB remote by over 3x onGreg Clayton2011-06-171-13/+27
OpenPOWER on IntegriCloud