summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Debugger.cpp
AgeCommit message (Expand)Author
2012-02-17This checking is part one of trying to add some threading safety to ourGreg Clayton
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2012-02-15<rdar://problem/10062621>Enrico Granata
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-18Fixed an issue in the debugger format strings that include "${function.name-w...Greg Clayton
2012-01-14<rdar://problem/9731573>Greg Clayton
2012-01-14<rdar://problem/10684141>Greg Clayton
2012-01-13Added a new thread and frame format that can be used to display a functionGreg Clayton
2011-12-22Improve the x86_64 return value decoder to handle most structure returns.Jim Ingham
2011-12-17Add the ability to capture the return value in a thread's stop info, and prin...Jim Ingham
2011-11-21Many GDB users always want to display disassembly when they stop by using Greg Clayton
2011-11-17Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton
2011-11-16Made the darwin host layer properly reap any child processes that it spawns.Greg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-10-14Added the ability to run expressions in any command. Expressions can be Greg Clayton
2011-10-01Cleaned up the the code that figures out the inlined stack frames given a Greg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-09-17Adopt the intrusive pointers in:Greg Clayton
2011-09-15Track whether a process was Launched or Attached to. If Attached, the detach...Jim Ingham
2011-09-13SBSourceManager now gets the real source manager either from the Debugger or ...Jim Ingham
2011-09-08Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham
2011-08-25Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen
2011-08-23Improved the user-friendliness of errors shown by the summary feature in cert...Enrico Granata
2011-08-23Additional code cleanups ; Short option name for --python-script in type summ...Enrico Granata
2011-08-19- Now using ${var} as the summary for an aggregate type will produce "name-of...Enrico Granata
2011-08-18Second round of code cleanups:Enrico Granata
2011-08-17First round of code cleanups:Enrico Granata
2011-08-17New category "gnu-libstdc++" provides summary for std::string and synthetic c...Enrico Granata
2011-08-15Removed debug printf that was left in.Greg Clayton
2011-08-13Bumped Xcode project versions for lldb-72 and debugserver-143.Greg Clayton
2011-08-12Added an error message when the user tries to add a filter when a synthetic p...Enrico Granata
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata
2011-08-11Fixed an issue where a pointer's address was being logged instead of its valueEnrico Granata
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-08-04New formatting symbol %# can be used in summary strings to get the "count of ...Enrico Granata
2011-08-02Fixed a bug where a variable could not be formatted in a summary if its datat...Enrico Granata
2011-07-29Public API changes:Enrico Granata
2011-07-24Python synthetic children:Enrico Granata
2011-07-22some editing of data visualization error messages to make them more meaningfulEnrico Granata
2011-07-22when typing a summary string you can use the %S symbol to explicitly indicate...Enrico Granata
2011-07-19The implementation of categories is now synchronization safeEnrico Granata
2011-07-19Fixed a bug where deleting a regex summary would not immediately reflect in t...Enrico Granata
2011-07-15System-wide summaries:Enrico Granata
2011-07-15Python summary strings:Enrico Granata
2011-07-12smarter summary strings:Enrico Granata
2011-07-12named summaries:Enrico Granata
2011-07-08final fix for the global constructors issueEnrico Granata