aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2011-07-15Python summary strings:Enrico Granata
2011-07-14Fixed a crasher where entering 'help disasm' on the command line would crash ...Johnny Chen
2011-07-13fixing missing RefCounter classEnrico Granata
2011-07-12smarter summary strings:Enrico Granata
2011-07-12Fix short description of 'target variable' command.Johnny Chen
2011-07-12Added the ability to _not_ skip the prologue when settings breakpoints Greg Clayton
2011-07-12Added "command history" command to dump the command history.Jim Ingham
2011-07-12named summaries:Enrico Granata
2011-07-11Added the ability to see block variables when looking up addressesGreg Clayton
2011-07-10Allow the built in ValueObject summary providers for C stringsGreg Clayton
2011-07-10Fixed an assertion crasher. We now handle things correclty and Greg Clayton
2011-07-09Fixed the global and static variables to always be in scope.Greg Clayton
2011-07-09Limit the character array summary to 512 bytes.Greg Clayton
2011-07-09Fixed some const issues with args to some lldb_private::Target functions.Greg Clayton
2011-07-09More cleanup on the this plug-in and tried to set the notificationGreg Clayton
2011-07-09Fixed an issue where we weren't zeroing out the type fullyGreg Clayton
2011-07-09Fixed an issue with getting the size of an array from an opaque clang_type_tGreg Clayton
2011-07-09Allow reading memory from files before the target has been run.Jim Ingham
2011-07-09Added the ability to get an abstract file type (executable, object file, Greg Clayton
2011-07-08Added the ability to see global variables with a variable expression path soGreg Clayton
2011-07-08remove errant parenthesis.Jim Ingham
2011-07-08Fixed a few issues where typedefs weren't passing through to the correctGreg Clayton
2011-07-08LLDB now has a Kernel dynamic linker that can detect where kexts areGreg Clayton
2011-07-08Make the kernel able to do its initial load from target memory with theGreg Clayton
2011-07-08final fix for the global constructors issueEnrico Granata
2011-07-08Added the start of the darwin dynamic loader plug-in. It isn't hooked up toGreg Clayton
2011-07-08Audited the expression parser to find uninitializedSean Callanan
2011-07-08Switch to using the S_ISDIR and S_ISREG sys/stat.h macros inJason Molenda
2011-07-07Added checks to the expresssion parser which makeSean Callanan
2011-07-07Add SBValue::GetID() member method call API.Johnny Chen
2011-07-07Fixed a warning where initializing CommandObject::g_arguments_data[] required...Enrico Granata
2011-07-07Stop the lldb_private::RegularExpression class from implicitlyGreg Clayton
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-07-07new detailed descriptions for type summary add and type format addEnrico Granata
2011-07-06bug fix in summary strings:Enrico Granata
2011-07-06Fixed an issue that was causing us to crash when evaluating expressions forGreg Clayton
2011-07-06Set the EvaluationPoint's m_thread_id to the RIGHT invalid define...Jim Ingham
2011-07-06Made the string representation for a SBValue return what "frame variable" Greg Clayton
2011-07-06Fixed some format namesEnrico Granata
2011-07-06Fixed some issues with ARM backtraces by not processing any push/pop Greg Clayton
2011-07-06new syntax for summary strings:Enrico Granata
2011-07-02When we use the "fd://%u" for file descriptors, we need to detect if this isGreg Clayton
2011-07-02Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton
2011-07-02Fix Linux build errorsPeter Collingbourne
2011-07-02several improvements to "type summary":Enrico Granata
2011-06-30Centralize all of the type name code so that we always strip the leadingGreg Clayton
2011-06-29This commit adds a new top subcommand "summary" to command type named "type"....Enrico Granata
2011-06-29Added support for finding and global variables in the SBTarget and SBModuleGreg Clayton
2011-06-29Add fuzz calls to SBType, SBValue, and SBValueList.Johnny Chen