summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13072285> Jason Molenda2013-01-251-1/+1
* Don't listen for EXC_RESOURCE exceptions, those should really be handled by t...Jim Ingham2013-01-241-0/+6
* Check for NULL breakpoint option thread name & queue name before comparing th...Jim Ingham2013-01-231-2/+4
* <rdar://problem/12711206>Enrico Granata2013-01-235-67/+110
* Quick fix to make LLDB TOT work with Clang TOT.Sean Callanan2013-01-221-1/+1
* Changed the register number lists for the qRegisterInfo packet response to be...Greg Clayton2013-01-211-2/+6
* <rdar://problem/13020634>Greg Clayton2013-01-213-156/+145
* <rdar://problem/12437929>Enrico Granata2013-01-213-2/+122
* <rdar://problem/12350715>Jason Molenda2013-01-191-0/+13
* Extended LLDB to handle blocks capturing 'self'Sean Callanan2013-01-192-7/+92
* <rdar://problem/13010007>Greg Clayton2013-01-188-298/+522
* <rdar://problem/12976277>Han Ming Ong2013-01-183-5/+133
* Made the expression handle variables withSean Callanan2013-01-181-38/+151
* <rdar://problem/12786725>Enrico Granata2013-01-173-2/+66
* Converting lambdas to plain old static function pointersEnrico Granata2013-01-171-15/+20
* Adding a custom summary for libc++ std::vector<bool>Enrico Granata2013-01-161-0/+4
* Removed unused variable.Greg Clayton2013-01-161-1/+0
* Remove std::string input arguments and replace with "const char *".Greg Clayton2013-01-162-65/+57
* <rdar://problem/13021266>Enrico Granata2013-01-162-0/+18
* <rdar://problem/13009943>Greg Clayton2013-01-162-4/+27
* 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-151-84/+117
* <rdar://problem/13010909>Greg Clayton2013-01-151-2/+2
* Separated the "expr --unwind-on-error" behavior into two parts, actual errors...Jim Ingham2013-01-1516-85/+314
* <rdar://problem/12790664>Enrico Granata2013-01-143-71/+197
* Once a function has been JIT-compiled once, don'tSean Callanan2013-01-141-0/+2
* Add ifdef LLDB_DISABLE_PYTHON around newly added use ofJason Molenda2013-01-121-0/+2
* Removed the hack that uses "frame variable" toSean Callanan2013-01-121-100/+22
* Don't always strip the first extension from the module basename when looking ...Greg Clayton2013-01-121-19/+37
* <rdar://problem/12239827>Enrico Granata2013-01-121-2/+15
* <rdar://problem/12239827>Enrico Granata2013-01-123-9/+186
* <rdar://problem/12973809> Greg Clayton2013-01-115-102/+112
* <rdar://problem/12990038>Greg Clayton2013-01-115-13/+45
* Modified Value.cpp to share the code that gets the values as bytes (Value::Ge...Greg Clayton2013-01-111-9/+51
* Making the Unicode formatters visually nicer by using the same prefix charact...Enrico Granata2013-01-111-11/+11
* <rdar://problem/11383764>Enrico Granata2013-01-112-7/+62
* <rdar://problem/12725746>Enrico Granata2013-01-102-126/+225
* <rdar://problem/11146929>Enrico Granata2013-01-102-0/+3
* Fixed an issue the "process plugin" proxy object was trying to use the m_exe_...Greg Clayton2013-01-091-1/+1
* Added emulation of shifts to the IR interpreter.Sean Callanan2013-01-092-0/+47
* <rdar://problem/12028723>Enrico Granata2013-01-092-58/+19
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-0915-990/+925
* Add a "--reverse" or "-r" option to the "list" with no options command. This...Jim Ingham2013-01-092-36/+91
* Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham2013-01-081-0/+15
* <rdar://problem/12976225>Han Ming Ong2013-01-084-4/+80
* <rdar://problem/12586010>Greg Clayton2013-01-082-5/+4
* Fixed comment typo.Greg Clayton2013-01-081-1/+1
* Add initial support to trace spawned threads in a process on Linux.Matt Kopec2013-01-0810-28/+146
* Enable ProcessGDBRemote plugin on LinuxDaniel Malea2013-01-081-6/+3
OpenPOWER on IntegriCloud