- 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
- 2fe6157 Add fuzz calls for SBFileSpec. by Johnny Chen · 13 years ago
- e4a2fd5 Add fuzz calls for SBEvent. by Johnny Chen · 13 years ago
- e2ac6de Move to plevel dirs stop-hook, target, process_launch, and signal to reside under functionalities. by Johnny Chen · 13 years ago
- d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
- 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
- 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
- c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
- c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
- 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
- 17a1399 Move top level test dirs platform and inferior-crashing to reside under functionalities and order to reside under macosx. by Johnny Chen · 13 years ago
- 607914d Move top level test dirs inlined_breakpoints, load_unload, and embedded_interpreter to reside under functionalities. by Johnny Chen · 13 years ago
- 3f8dff9 Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 13 years ago
- aff8648 A couple of directory renamings; get rid of 'tests' from the directory names. by Johnny Chen · 13 years ago
- 083e4a9 Move some top level directories to reside under functionalities dir. by Johnny Chen · 13 years ago
- b5493c2 Create new directory named 'functionalities' to house some existing top level directories. by Johnny Chen · 13 years ago
- fc213e1 Move hello_world to now reside under python_api dir. by Johnny Chen · 13 years ago
- 82bb53b Simplified the test cases, before moving the file to reside under python_api dir. by Johnny Chen · 13 years ago
- b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
- b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
- de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
- b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
- c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
- 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
- b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
- f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
- 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago
- 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
- 04f081d Add support for a QEnvironmentHexEncoded packet which takes its by Jason Molenda · 13 years ago
- e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
- 3801c2c Add fuzz calls for SBError. by Johnny Chen · 13 years ago
- 43fc089 Add fuzz calls for SBDebugger. by Johnny Chen · 13 years ago