summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata2011-08-021-4/+19
* Public API changes:Enrico Granata2011-07-291-8/+20
* Python synthetic children:Enrico Granata2011-07-241-1/+7
* some editing of data visualization error messages to make them more meaningfulEnrico Granata2011-07-221-58/+87
* when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata2011-07-221-1/+11
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-14/+0
* Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata2011-07-191-134/+56
* System-wide summaries:Enrico Granata2011-07-151-0/+84
* Python summary strings:Enrico Granata2011-07-151-0/+2
* smarter summary strings:Enrico Granata2011-07-121-4/+20
* named summaries:Enrico Granata2011-07-121-0/+42
* final fix for the global constructors issueEnrico Granata2011-07-081-93/+99
* bug fix in summary strings:Enrico Granata2011-07-061-10/+32
* Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton2011-07-061-149/+153
* new syntax for summary strings:Enrico Granata2011-07-061-448/+291
* Fix Linux build errorsPeter Collingbourne2011-07-021-6/+6
* several improvements to "type summary":Enrico Granata2011-07-021-37/+301
* This commit adds a new top subcommand "summary" to command type named "type"....Enrico Granata2011-06-291-10/+348
* Centralized all of the format to c-string and to format character code insideGreg Clayton2011-06-231-2/+2
* Committing type format code for Enrico Granata.Greg Clayton2011-06-231-1/+36
* Add 'batch_mode' to CommandInterpreter. Modify InputReaders toCaroline Tice2011-06-161-12/+2
* Added Debugger::GetAsync{Output/Error}Stream, and use it to print parse error...Jim Ingham2011-06-021-0/+15
* Create new class, InputReaderStack, to better handle Caroline Tice2011-06-021-21/+14
* Protect the input reader stack with a recursive mutex.Greg Clayton2011-05-291-0/+7
* Don't have the debugger default to ignoring EOF. This is only what the driverGreg Clayton2011-05-291-1/+12
* Added generic register numbers for simple ABI argument registers and definedGreg Clayton2011-05-151-1/+1
OpenPOWER on IntegriCloud