summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-2511-13/+51
* Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash)Daniel Malea2013-01-245-0/+21
* Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham2013-01-242-1/+18
* Skip 32-bit testing of check_public_api_headers (on all platforms, not just M...Daniel Malea2013-01-241-2/+2
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-246-1/+5
* PR14426 (breakpoint hit count incorrect) is resolved.Daniel Malea2013-01-241-3/+0
* Check for NULL breakpoint option thread name & queue name before comparing th...Jim Ingham2013-01-231-2/+4
* Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfoJason Molenda2013-01-231-2/+1
* Change the container-regs kv pair in the qRegsiterInfoJason Molenda2013-01-232-44/+44
* <rdar://problem/12711206>Enrico Granata2013-01-239-70/+139
* lldb.thread is not to be used anymoreEnrico Granata2013-01-221-1/+1
* Quick fix to make LLDB TOT work with Clang TOT.Sean Callanan2013-01-221-1/+1
* Replacing a "no clue why" comment with the explanation it was demandingEnrico Granata2013-01-221-1/+3
* Clear up the documentation for the "container-regs" and "invalidate-regs" key...Greg Clayton2013-01-211-4/+20
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-213-9/+13
* Added all of the 16 and 8 bit register variants for i386.Greg Clayton2013-01-213-96/+174
* Updated the LLDB qRegisterInfo documentation to contain information on the ne...Greg Clayton2013-01-211-0/+30
* <rdar://problem/13020634>Greg Clayton2013-01-216-248/+407
* <rdar://problem/12437929>Enrico Granata2013-01-215-3/+136
* <rdar://problem/12350715>Jason Molenda2013-01-191-0/+13
* Extended LLDB to handle blocks capturing 'self'Sean Callanan2013-01-195-8/+129
* <rdar://problem/13011717>Greg Clayton2013-01-191-1/+4
* <rdar://problem/13010007>Greg Clayton2013-01-1817-461/+690
* Disassemble the vAttach packet.Greg Clayton2013-01-181-0/+13
* <rdar://problem/12976277>Han Ming Ong2013-01-184-7/+134
* Add code to retreive the mach port # for each thread in the inferior applicat...Jason Molenda2013-01-181-7/+55
* Made the expression handle variables withSean Callanan2013-01-186-38/+306
* Use insert instead of emplace until support/distribution improves on some pla...Matt Kopec2013-01-181-2/+2
* <rdar://problem/12243932> Jason Molenda2013-01-182-5/+21
* The wchar_t and char1632_t test cases were erroneously running as x86_64 only...Enrico Granata2013-01-172-2/+2
* <rdar://problem/12786725>Enrico Granata2013-01-174-2/+69
* Converting lambdas to plain old static function pointersEnrico Granata2013-01-171-15/+20
* Under GNU/Linux & HURD, add a soname to the liblldb shared library. Sylvestre Ledru2013-01-171-1/+2
* fix 'const const' typo introduced in r172647Daniel Malea2013-01-171-3/+3
* Add one more bit of logging for armv7 watchpoint debugging.Jason Molenda2013-01-171-0/+2
* Adding a custom summary for libc++ std::vector<bool>Enrico Granata2013-01-161-0/+4
* Changing the Python reference document to be more explicit in discouraging us...Enrico Granata2013-01-161-12/+16
* Removed unused variable.Greg Clayton2013-01-161-1/+0
* Remove std::string input arguments and replace with "const char *".Greg Clayton2013-01-165-81/+76
* Replacing reference to radar number with svn revisionEnrico Granata2013-01-161-1/+1
* <rdar://problem/13021266>Enrico Granata2013-01-166-0/+80
* Greg created a new API on SBProcess to get an ID that is guaranteed to be uni...Enrico Granata2013-01-161-1/+1
* <rdar://problem/13009943>Greg Clayton2013-01-165-4/+73
* SDKROOT should only be unset/cleared for ARM builds. The first fix by Bob Wil...Greg Clayton2013-01-161-5/+14
* <rdar://problem/13019628>Han Ming Ong2013-01-166-12/+12
* Fix clang builds that were broken due to SDKROOT changes of you have an inter...Greg Clayton2013-01-161-3/+3
* Fixes to the code I just committed to reflectSean Callanan2013-01-151-0/+3
* Modified the Objective-C runtime to fetch Objective-CSean Callanan2013-01-152-8/+364
* ClangExpressionVariable previously was not capable ofSean Callanan2013-01-153-104/+178
OpenPOWER on IntegriCloud