Age | Commit message (Expand) | Author | Files | Lines |
2015-04-24 | Start to share SWIG interface files between languages. | Bruce Mitchener | 57 | -9737/+0 |
2015-04-23 | Factor resolution of abbreviations and aliases so that they can be tested dir... | Adrian McCarthy | 1 | -0/+3 |
2015-04-21 | Add properties to SBExecutionContext to access the several entities it stores... | Enrico Granata | 1 | -0/+15 |
2015-03-23 | Turn off 'quit' confirmation in lldb-mi | Ilia K | 1 | -0/+6 |
2015-03-23 | Fix missing interfaces to scripts/Python/interface after r229110, r231858 and... | Ilia K | 3 | -1/+28 |
2015-02-26 | [swig] Generate bindings for SBDebugger::*UseColor(). | Bruce Mitchener | 1 | -0/+6 |
2015-02-20 | Rename the "glob arguments" feature to "shell expand arguments" | Enrico Granata | 1 | -2/+2 |
2015-02-17 | Revert "Revert "I had recently added a new SBFrame::GetVariables() overload w... | Zachary Turner | 2 | -6/+62 |
2015-02-17 | Revert "I had recently added a new SBFrame::GetVariables() overload with yet ... | Zachary Turner | 2 | -62/+6 |
2015-02-16 | Extract SBAttachInfo into own set of files - SBAttachInfo.h, SBAttachInfo.cpp... | Oleksiy Vyalov | 2 | -99/+111 |
2015-02-12 | I had recently added a new SBFrame::GetVariables() overload with yet another ... | Enrico Granata | 2 | -6/+62 |
2015-02-12 | Add an -A option to "break set -p" to search all files for matches. Also add... | Jim Ingham | 1 | -0/+3 |
2015-02-11 | Introduce the notion of "runtime support values" | Enrico Granata | 2 | -0/+11 |
2015-02-10 | And make the globbing behavior available via the SB API | Enrico Granata | 1 | -0/+6 |
2015-02-04 | Extend SBPlatform with capability to launch/terminate a process remotely. Int... | Oleksiy Vyalov | 3 | -111/+132 |
2015-01-28 | Add logic to ClangASTType and SBType to discover information about vector types | Enrico Granata | 1 | -0/+6 |
2014-12-17 | Provide CreateValueFromData,Expression at the SBTarget level as well as the S... | Enrico Granata | 1 | -0/+6 |
2014-12-16 | Add the ability to tag one or more breakpoints with a name. These | Jim Ingham | 1 | -0/+12 |
2014-12-15 | Provide a SBFrame.register/.reg helper on the Python side of SBFrame to vend ... | Enrico Granata | 1 | -0/+24 |
2014-12-08 | Add the ability for an SBValue to create a persisted version of itself. | Enrico Granata | 1 | -0/+3 |
2014-11-22 | Fix mispelled 'ling' Python property to be 'line' in | Jason Molenda | 2 | -2/+2 |
2014-11-21 | Per off-list feedback, this API returns the *first* value with a given name, ... | Enrico Granata | 1 | -1/+1 |
2014-11-21 | Add an API on SBValueList to find the first value with a given name stored in... | Enrico Granata | 1 | -0/+4 |
2014-11-18 | Shuffle APIs around a little bit, so that if you pass custom summary options,... | Enrico Granata | 1 | -1/+2 |
2014-11-18 | Add documentation for the SBTarget::ReadInstructions and | Jason Molenda | 1 | -2/+27 |
2014-11-17 | Add APIs on SBFunction and SBCompileUnit to inquire about the language type t... | Enrico Granata | 2 | -0/+6 |
2014-11-17 | Fixed more fallout from running the test suite remotely on iOS devices. | Greg Clayton | 1 | -0/+12 |
2014-11-13 | Do not override the existing definition of addr_size when adding new properti... | Enrico Granata | 1 | -2/+2 |
2014-11-06 | Introduce the notion of "type summary options" as flags that can be passed do... | Enrico Granata | 2 | -1/+28 |
2014-10-28 | Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126... | Enrico Granata | 1 | -0/+9 |
2014-10-22 | Added functions to the C++ API, for the benefit of non-8-bit byte architectures. | Matthew Gardiner | 2 | -0/+105 |
2014-10-21 | Expose the type-info flags at the public API layer. These flags provide much ... | Enrico Granata | 1 | -0/+3 |
2014-10-14 | This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit... | Jim Ingham | 2 | -1/+11 |
2014-10-11 | Add a IsInstrumentationRuntimePresent SB API | Kuba Brecka | 1 | -0/+3 |
2014-10-11 | Rework the way we pass "run multiple command" options to the various API's that | Jim Ingham | 2 | -3/+70 |
2014-10-10 | LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ... | Kuba Brecka | 1 | -0/+8 |
2014-10-01 | Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl... | Enrico Granata | 1 | -0/+42 |
2014-09-29 | This checkin is the first step in making the lldb thread stepping mechanism m... | Jim Ingham | 2 | -0/+126 |
2014-09-19 | Fix for 218140 for SBTarget.i, the added functions were in the wrong class de... | Carlo Kok | 1 | -10/+11 |
2014-09-19 | Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction... | Carlo Kok | 1 | -0/+9 |
2014-09-19 | Extend the member function discovery APIs to also support Objective-C as well... | Enrico Granata | 1 | -0/+9 |
2014-09-15 | Change SBType.GetMemberFunctionAtIndex() to return an object describing the m... | Enrico Granata | 1 | -1/+30 |
2014-09-12 | Add logic to LLDB to figure out the types of member functions of C++ classes.... | Enrico Granata | 1 | -0/+6 |
2014-09-06 | Implement ASan history threads in SB API | Kuba Brecka | 1 | -0/+3 |
2014-09-06 | Expose the ability to retrieve the result of a type validator via the SB API.... | Enrico Granata | 1 | -0/+3 |
2014-09-06 | Expose ThreadCollection in SB API | Kuba Brecka | 1 | -0/+38 |
2014-08-27 | Make it clear that the load_addr property on SBAddress relies on lldb.target, | Jim Ingham | 1 | -1/+1 |
2014-08-11 | Fix some typos: | Sylvestre Ledru | 1 | -1/+1 |
2014-08-08 | Add an option to suppress the persistent result variable when running Evaluat... | Jim Ingham | 1 | -0/+9 |
2014-07-30 | (no commit message) | Greg Clayton | 1 | -0/+6 |