- f846c81 Adding a Makefile. Hopefully that will make the Linux buildbot happy by Enrico Granata · 12 years ago
- 3c8558f Fixed a "wchar_t" typo. by Greg Clayton · 12 years ago
- f509c5e <rdar://problem/12978143> by Enrico Granata · 12 years ago
- a29021d Always define types from stdint.h so they are always available for use in expressions no matter what debug info you have. Types added are: by Greg Clayton · 12 years ago
- 35f6df9 Make sure that multi-line expressions don't create a default target. We recently switched to using a built-in m_exe_ctx when running commands in the DoExecute() so that we can have common code where commands can required having a valid target/process/thread/frame by specifying flags, this caused multi-line expression to always create a new dummy target because m_exe_ctx gets cleared when DoExecute exits. A new input reader has been pushed to handle the input for the expression, which will get popped off and then it was checking the target in m_exe_ctx (which was cleared). by Greg Clayton · 12 years ago
- 90b9cc8 One more change of a uint32_t variable to offset_t by Jason Molenda · 12 years ago
- 2219738 Add comments showing the symbolic names for the exc_code types we by Jason Molenda · 12 years ago
- 090f831 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 12 years ago
- 40aa903 Missing newline in a warning message. by Jim Ingham · 12 years ago
- 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 12 years ago
- 550a7e9 Remove hardcoded -arch from lang/cpp testcase makefiles by Daniel Malea · 12 years ago
- 2989a5a Fix buildbot building errors. by Greg Clayton · 12 years ago
- bca74e5 Fix indenting typo in TestSTL.py by Daniel Malea · 12 years ago
- 6acc204 <rdar://13073234> by Han Ming Ong · 12 years ago
- 36da2aa <rdar://problem/13069948> by Greg Clayton · 12 years ago
- 4c32029 <rdar://problem/13072285> by Jason Molenda · 12 years ago
- 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 12 years ago
- cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 12 years ago
- e8b3471 Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system by Jim Ingham · 12 years ago
- 9729189 Skip 32-bit testing of check_public_api_headers (on all platforms, not just Mac OS X) by Daniel Malea · 12 years ago
- 0f9930b Marking test cases with @expectedFailureLinux as per recently opened bugs by Daniel Malea · 12 years ago
- 4b6a267 PR14426 (breakpoint hit count incorrect) is resolved. by Daniel Malea · 12 years ago
- f74de22 Check for NULL breakpoint option thread name & queue name before comparing their values to the new value. by Jim Ingham · 12 years ago
- 5dd1a28 Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfo by Jason Molenda · 12 years ago
- b5ebe11 Change the container-regs kv pair in the qRegsiterInfo by Jason Molenda · 12 years ago
- 1a469c7 <rdar://problem/12711206> by Enrico Granata · 12 years ago
- 6dca414 lldb.thread is not to be used anymore by Enrico Granata · 12 years ago
- ae35fcb Quick fix to make LLDB TOT work with Clang TOT. by Sean Callanan · 12 years ago
- f2b676f Replacing a "no clue why" comment with the explanation it was demanding by Enrico Granata · 12 years ago
- 522863c Clear up the documentation for the "container-regs" and "invalidate-regs" key/value pair responses for qRegisterInfo with examples of single and multiple registers for each. by Greg Clayton · 12 years ago
- 679ba16 Changed the register number lists for the qRegisterInfo packet response to be raw hex to match all other register reading and writing APIs. by Greg Clayton · 12 years ago
- 34e71ef Added all of the 16 and 8 bit register variants for i386. by Greg Clayton · 12 years ago
- 1218c9f Updated the LLDB qRegisterInfo documentation to contain information on the new "invalidate-regs" and "container-regs" keys that can be returned in response to a qRegisterInfo packet. by Greg Clayton · 12 years ago
- c290ba4 <rdar://problem/13020634> by Greg Clayton · 12 years ago
- 4535891 <rdar://problem/12437929> by Enrico Granata · 12 years ago
- e0b1ab8 <rdar://problem/12350715> by Jason Molenda · 12 years ago
- 288ddfe Extended LLDB to handle blocks capturing 'self' by Sean Callanan · 12 years ago
- 4690358 <rdar://problem/13011717> by Greg Clayton · 12 years ago
- 52ebc0a <rdar://problem/13010007> by Greg Clayton · 12 years ago
- f1f2a15 Disassemble the vAttach packet. by Greg Clayton · 12 years ago
- 0df19cc <rdar://problem/12976277> by Han Ming Ong · 12 years ago
- 2e5a477 Add code to retreive the mach port # for each thread in the inferior application's by Jason Molenda · 12 years ago
- c6bdc75 Made the expression handle variables with by Sean Callanan · 12 years ago
- cec32bb Use insert instead of emplace until support/distribution improves on some platforms (ie. Linux). by Matt Kopec · 12 years ago
- 7d96ecc <rdar://problem/12243932> by Jason Molenda · 12 years ago
- 287b4f4 The wchar_t and char1632_t test cases were erroneously running as x86_64 only even if you tried to run them in i386 mode by Enrico Granata · 12 years ago
- dcb36c7 <rdar://problem/12786725> by Enrico Granata · 12 years ago
- c4f4201 Converting lambdas to plain old static function pointers by Enrico Granata · 12 years ago
- 5f6f3e2 Under GNU/Linux & HURD, add a soname to the liblldb shared library. by Sylvestre Ledru · 12 years ago
- 640d5b7 fix 'const const' typo introduced in r172647 by Daniel Malea · 12 years ago
- 9547264 Add one more bit of logging for armv7 watchpoint debugging. by Jason Molenda · 12 years ago
- 07bef69 Adding a custom summary for libc++ std::vector<bool> by Enrico Granata · 12 years ago
- b1052dc Changing the Python reference document to be more explicit in discouraging usage of lldb.{debugger,...} convenience variables for formatters and other non-interactive Python extensions by Enrico Granata · 12 years ago
- 8170de6 Removed unused variable. by Greg Clayton · 12 years ago
- ec1e823 Remove std::string input arguments and replace with "const char *". by Greg Clayton · 12 years ago
- 209473a Replacing reference to radar number with svn revision by Enrico Granata · 12 years ago
- 392bd8d <rdar://problem/13021266> by Enrico Granata · 12 years ago
- 62dca4b Greg created a new API on SBProcess to get an ID that is guaranteed to be unique even in situations where underlying platforms would actually duplicate or hardcode PIDs by Enrico Granata · 12 years ago
- 6474274 <rdar://problem/13009943> by Greg Clayton · 12 years ago
- ee33e96 SDKROOT should only be unset/cleared for ARM builds. The first fix by Bob Wilson removed it for ARM for both configure and make, but only unset it for desktop configure, not for the make. My next fix unset/cleared it all the time. This fix only unset/clears it for ARM builds. by Greg Clayton · 12 years ago
- 245dc92 <rdar://problem/13019628> by Han Ming Ong · 12 years ago
- 9a44729 Fix clang builds that were broken due to SDKROOT changes of you have an internal OS build. by Greg Clayton · 12 years ago
- 7398e43 Fixes to the code I just committed to reflect by Sean Callanan · 12 years ago
- 9540568 Modified the Objective-C runtime to fetch Objective-C by Sean Callanan · 12 years ago
- 3190331 ClangExpressionVariable previously was not capable of by Sean Callanan · 12 years ago
- eea1f98 <rdar://problem/13011717> by Greg Clayton · 12 years ago
- c5c8eec <rdar://problem/13010909> by Greg Clayton · 12 years ago
- df7a41d Fix for the separation between -i and -u in expression. by Jim Ingham · 12 years ago
- b794020 Separated the "expr --unwind-on-error" behavior into two parts, actual errors (i.e. crashes) which continue to be by Jim Ingham · 12 years ago
- 1f1a683 Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp; by Jason Molenda · 12 years ago
- 93bb806 Adding a test case for expression parser's support for Unicode strings. This is an expected failure for now by Enrico Granata · 12 years ago
- cd8cd61 <rdar://problem/12790664> by Enrico Granata · 12 years ago
- 2a8a777 Once a function has been JIT-compiled once, don't JIT it again. by Sean Callanan · 12 years ago
- 3de6986 Fix a logic error in the condition for a warning log message. by Jim Ingham · 12 years ago
- 9b21d73 Fix cross-compiling problems in build-llvm.pl script. <rdar://problem/12986905> by Bob Wilson · 12 years ago
- 8ec8d64 Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet. by Jason Molenda · 12 years ago
- 1b84e1b Add ifdef LLDB_DISABLE_PYTHON around newly added use of by Jason Molenda · 12 years ago
- 4d258c6 Made crashlog.py handle cases where a parent by Sean Callanan · 12 years ago
- 4ab9278 Removed the hack that uses "frame variable" to by Sean Callanan · 12 years ago
- 8ff8128 Don't always strip the first extension from the module basename when looking for python scripts. Now we take a name like "a.b.c" and look for scripts that are "a_b_c.py", "a_b.py" and "a.py" inside the dSYM. by Greg Clayton · 12 years ago
- 15c1d3d <rdar://problem/12239827> by Enrico Granata · 12 years ago
- b698579 <rdar://problem/12239827> by Enrico Granata · 12 years ago
- d9735a1 <rdar://problem/12973809> by Greg Clayton · 12 years ago
- aad2b0f <rdar://problem/12990038> by Greg Clayton · 12 years ago
- bec2ac8 Fix typo in function name and one more whitespace tweak. by Bob Wilson · 12 years ago
- a53ac6d Fix whitespace. by Bob Wilson · 12 years ago
- 7421da6 Modified Value.cpp to share the code that gets the values as bytes (Value::GetValueAsData()) so now Value::ResolveValue() doesn't do its own thing by reading memory directly. by Greg Clayton · 12 years ago
- 3f4844e Making the Unicode formatters visually nicer by using the same prefix characters as the compiler expects in C++ code by Enrico Granata · 12 years ago
- 06d58b0 <rdar://problem/11383764> by Enrico Granata · 12 years ago
- 1fc46d2 minor update to status page: C++ exception breakpoints work on linux by Daniel Malea · 12 years ago
- f5545f9 <rdar://problem/12725746> by Enrico Granata · 12 years ago
- 63d67ed <rdar://problem/11146929> by Enrico Granata · 12 years ago
- f34feef <rdar://problem/11146929> by Enrico Granata · 12 years ago
- 0f638a4 Use a more unique end delimiter. In any case, the thread names are hexified when returning to lldb. by Han Ming Ong · 12 years ago
- 5ebdb03 Fixed an issue the "process plugin" proxy object was trying to use the m_exe_ctx when it wasn't ok to do so. by Greg Clayton · 12 years ago
- fac004c Added emulation of shifts to the IR interpreter. by Sean Callanan · 12 years ago
- 11ad623 <rdar://problem/12975489> by Han Ming Ong · 12 years ago
- 3a91e14 <rdar://problem/12028723> by Enrico Granata · 12 years ago
- ea0bb4d Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 12 years ago
- 12b5aa0 Add a "--reverse" or "-r" option to the "list" with no options command. This will list backwards from the by Jim Ingham · 12 years ago