- 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
- 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
- f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
- 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
- 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
- 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
- 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
- ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
- 21c0fd1 Missed the char_to_str_xform on the docstrings for the module level function definitions. by Johnny Chen · 13 years ago
- 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
- 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
- cdb1b40 Add some comment. by Johnny Chen · 13 years ago
- 33b4be1 o TestEvents.py: by Johnny Chen · 13 years ago
- 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
- 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago
- 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
- 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
- 00e4f65 Rewrite get_kinfo_proc_for_pid() to get the kinfo_proc for by Jason Molenda · 13 years ago
- 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
- 8c547d4 Make the kernel able to do its initial load from target memory with the by Greg Clayton · 13 years ago
- ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
- d4c27b8 Rearranged the debug output to come before the assert for function name 'outer_inline'. by Johnny Chen · 13 years ago
- bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
- 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
- f38b76b Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 13 years ago
- 37f1b92 Handle the possible case where the process launch failed by Jason Molenda · 13 years ago
- 9a0688f The Python API does not need SBEvent::BroadcasterMatchesPtr() when SBEvent::BroadcasterMatchesRef() suffices. by Johnny Chen · 13 years ago
- ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
- 7a289bb Add docstrings for SBSymbolContextList with example usage. by Johnny Chen · 13 years ago
- d06692d Add assert to check the SBModule of SBSymbolContextList returned from SBTarget.FindFunctions(). by Johnny Chen · 13 years ago
- 11cff85 Add test cases to exercise the SBTarget.FindFunctions() API. by Johnny Chen · 13 years ago
- 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
- edeaef1 Add docstrings for SBValueList with example usage. by Johnny Chen · 13 years ago
- b7237a6 Fix wording in docstring. by Johnny Chen · 13 years ago
- 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
- 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
- 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
- 336dc60 Typo in header doc. by Jim Ingham · 13 years ago
- 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
- 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
- 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
- f0086c8 Add class docstrings with example usage for SBBreakpoint and SBBreakpointLocation. by Johnny Chen · 13 years ago
- 1626335 Add class docstrings with example usage for SBFunction and SBAddress. by Johnny Chen · 13 years ago
- 87ffc77 SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
- 88f6996 Add fuzz calls for SBType::IsPointerType(void *opaque_type). by Johnny Chen · 13 years ago
- 3781137 Add post-processing step to transform the docstring from 'char', i.e., 'char *', to 'str', i.e., Python string. by Johnny Chen · 13 years ago
- 2149c25 Revert some Xcode project changes that I didn't intend to checkin. by Greg Clayton · 13 years ago
- a5f99b6 Bumped Xcode project version for lldb-68. by Greg Clayton · 13 years ago
- 54b4bcd Add docstrings for the primordial object -- SBDebugger. by Johnny Chen · 13 years ago
- 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
- 2664941 Remove unnecessary 'import' statement. by Johnny Chen · 13 years ago
- 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
- 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
- bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
- 54890a3 Fixed some format names by Enrico Granata · 13 years ago
- 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
- 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
- 2ded5ed Add a more verbose docstring for SBThread.h. by Johnny Chen · 13 years ago
- da91397 Add swig docstrings for SBBlock.h. by Johnny Chen · 13 years ago
- cbb52a6 Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig. by Johnny Chen · 13 years ago
- faf7f05 Add a more verbose docstring to the SBSymbolContext API class. by Johnny Chen · 13 years ago
- f6ce70a Add a CLEANUP_DOCSTRING state to our FSM to do cleanup of the Python docstrings by Johnny Chen · 13 years ago
- f451e30 Add swig docstrings for SBFrame.h. by Johnny Chen · 13 years ago
- d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
- a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
- 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
- 2c77fa4 Refine the post-processing phase of lldb.py to remove some more doxygen/c++-comment residues. by Johnny Chen · 13 years ago
- 3440a5f Furnish some docstrings to be swigified into the generated lldb.py module. by Johnny Chen · 13 years ago
- 9b3117e test cases for the new features just committed by Enrico Granata · 13 years ago
- 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
- e43cded SWIG doesn't need two methods of the same name 'GetDescription' but differ in by Johnny Chen · 13 years ago
- 09e0a42 Add some documentation blocks to SBTarget.h and use swig docstring feature to by Johnny Chen · 13 years ago
- a0d0a7c Add docstrings for some API classes and auto-generates docstrings for the methods of them. by Johnny Chen · 13 years ago
- e99aa88 Bump Xcode project version to lldb-66 and debugserver-141. by Greg Clayton · 13 years ago
- 461c87a Useless Xcode project change that Xcode keeps wanting to add to my project so by Greg Clayton · 13 years ago
- b6613ea Add module docstring to the auto-generated lldb.py file. by Johnny Chen · 13 years ago
- 10b4ab1 Ifdef out the 'lldb::Encoding GetEncoding(uint32_t &count)' API from by Johnny Chen · 13 years ago
- 787554b Restructure to be modular instead of a single big function; by Jason Molenda · 13 years ago
- b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
- bbd7bef While we are at it, let's also exercise the similar SBModule.FindGlobalVariables() API within by Johnny Chen · 13 years ago
- 51123cf Add test cases to TestTargetAPI.py to exercise the newly added SBTarget.FindGlobalVariables() API. by Johnny Chen · 13 years ago
- 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
- b6dfb16 Add fuzz calls for SBModule/SBTarget.FindGlobalVariables(...). by Johnny Chen · 13 years ago
- 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
- a6c1be6 Add fuzz calls for SBTypeMember. by Johnny Chen · 13 years ago
- 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
- 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
- b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
- a64f2ce just a test for commit access - ignore this by Enrico Granata · 13 years ago
- e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
- f0e0bc0 Add fuzz calls for SBSymbol and SBSymbolContext. by Johnny Chen · 13 years ago
- 2287366 Add fuzz calls for SBStringList and add obj.Clear() calls for some files. by Johnny Chen · 13 years ago
- b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
- ff8e5ed Add fuzz calls for SBListener. by Johnny Chen · 13 years ago
- ca8f94a Add fuzz calls for SBLineEntry. by Johnny Chen · 13 years ago
- 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
- 1d27c3a Add fuzz calls for SBInstruction and SBInstructionList. by Johnny Chen · 13 years ago
- 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
- b7b4947 Add fuzz calls for SBInputReader. by Johnny Chen · 13 years ago
- c50be73 Add fuzz calls for SBFrame and SBFunction. by Johnny Chen · 13 years ago