summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+4
* <rdar://problem/11870357>Greg Clayton2012-07-141-42/+0
* <rdar://problem/11852100>Greg Clayton2012-07-111-4/+4
* <rdar://problem/11246147>Greg Clayton2012-05-161-2/+8
* <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield ...Enrico Granata2012-05-081-1/+18
* Don't call SBDebugger::SetInternalVariable in the sigwinch_handler, since tha...Jim Ingham2012-04-261-4/+12
* <rdar://problem/11148044>Greg Clayton2012-03-301-49/+67
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-271-1/+2
* Massive enumeration name changes: a number of enums in ValueObject were not f...Enrico Granata2012-03-191-25/+28
* <rdar://problem/10997402>Greg Clayton2012-03-071-2/+2
* Make Debugger::SetLoggingCallback public, and expose it through the SB API. ...Jim Ingham2012-02-221-3/+3
* Add a logging mode that takes a callback and flush'es to that callback.Jim Ingham2012-02-211-3/+76
* This checking is part one of trying to add some threading safety to ourGreg Clayton2012-02-171-1/+1
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+2
* <rdar://problem/10062621>Enrico Granata2012-02-151-0/+21
* SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton2012-01-301-19/+31
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-8/+0
* Fixed an issue in the debugger format strings that include "${function.name-w...Greg Clayton2012-01-181-1/+1
* <rdar://problem/9731573>Greg Clayton2012-01-141-1/+4
* <rdar://problem/10684141>Greg Clayton2012-01-141-6/+10
* Added a new thread and frame format that can be used to display a functionGreg Clayton2012-01-131-0/+104
* Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham2011-12-221-7/+4
* Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham2011-12-171-0/+18
* Many GDB users always want to display disassembly when they stop by using Greg Clayton2011-11-211-58/+155
* Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton2011-11-171-1/+1
* Made the darwin host layer properly reap any child processes that it spawns.Greg Clayton2011-11-161-0/+16
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-3/+3
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-3/+3
* Added the ability to run expressions in any command. Expressions can be Greg Clayton2011-10-141-1/+209
* Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton2011-10-011-0/+1
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-113/+127
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-3/+3
* Adopt the intrusive pointers in:Greg Clayton2011-09-171-32/+21
* Track whether a process was Launched or Attached to. If Attached, the detach...Jim Ingham2011-09-151-3/+15
* SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham2011-09-131-1/+2
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-1/+1
* Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen2011-08-251-2/+0
* Improved the user-friendliness of errors shown by the summary feature in cert...Enrico Granata2011-08-231-2/+7
* Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata2011-08-231-33/+31
* - Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata2011-08-191-12/+41
* Second round of code cleanups:Enrico Granata2011-08-181-3/+26
* First round of code cleanups:Enrico Granata2011-08-171-282/+19
* New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata2011-08-171-0/+68
* Removed debug printf that was left in.Greg Clayton2011-08-151-1/+0
* Bumped Xcode project versions for lldb-72 and debugserver-143.Greg Clayton2011-08-131-0/+1
* Added an error message when the user tries to add a filter when a synthetic p...Enrico Granata2011-08-121-3/+17
* *Some more optimizations in usage of ConstStringEnrico Granata2011-08-121-0/+8
* Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata2011-08-111-3/+3
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-4/+4
* New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata2011-08-041-0/+2
OpenPOWER on IntegriCloud