summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Address sanitizer found an issue which we filed a bug for: <rdar://problem/13...Greg Clayton2013-02-071-0/+3
* Fixed an bug found by running LLDB with the address sanitizer! We were access...Greg Clayton2013-02-071-4/+7
* Be ready for fully qualified hash names in the __apples_types tables.Greg Clayton2013-02-062-9/+97
* Fixed a problem that would cause LLDB to crashSean Callanan2013-02-062-0/+10
* Removed debug print line I left in.Greg Clayton2013-02-061-2/+0
* <rdar://problem/13159777> Greg Clayton2013-02-0621-196/+406
* Fix bug in test harness to allow running dotest.py without "--executable" fla...Daniel Malea2013-02-061-1/+3
* Fix to build tests with GCC: update makefiles in two watchpoint testcasesDaniel Malea2013-02-062-2/+2
* Fix GCC 4.6 build by avoiding delegating ctorsDaniel Malea2013-02-061-3/+7
* <rdar://problem/11109570>Greg Clayton2013-02-064-195/+230
* Fixed the TestSourceManager.py test case to not fail. It was using the "list"...Greg Clayton2013-02-061-4/+4
* Change ObjectFileMachO::ParseSymtab to read the externalJason Molenda2013-02-051-2/+14
* Being explicit about which std c++ library these test cases need to useEnrico Granata2013-02-055-1/+13
* <rdar://problem/12866706>Greg Clayton2013-02-051-20/+34
* Remove the m_images(NULL) hack in the Target ctor nowJason Molenda2013-02-041-13/+0
* <rdar://problem/12953018>Enrico Granata2013-02-049-1/+675
* Change CommandObjectTargetSymbolsAdd to require that a target exists;Jason Molenda2013-02-021-1/+1
* Added support for the qCmd monitor packet command. Currently it can only do:Greg Clayton2013-02-024-3/+139
* Moving from std::auto_ptr<char> to std::string for simple string memory manag...Enrico Granata2013-02-011-11/+10
* <rdar://problem/13050227>Greg Clayton2013-02-011-1/+19
* <rdar://problem/12693921>Greg Clayton2013-02-011-0/+54
* <rdar://problem/13130975>Greg Clayton2013-02-011-7/+7
* <rdar://problem/13092722>Greg Clayton2013-02-0110-262/+96
* Correct the definition of ObjC's BOOL in our pre-canned set of defines. It's...Jim Ingham2013-02-011-1/+1
* Modified the expression parser's class wrapper toSean Callanan2013-02-014-35/+85
* Make sure a value is returned for Thread::ReturnFromFrame().Greg Clayton2013-02-011-2/+1
* Allow the target to give out the size of the red zone for given ABIs.Greg Clayton2013-02-014-79/+231
* Get rid for switch statement warning for unhandled cases.Greg Clayton2013-02-012-0/+28
* Fixed register dumping for contained-regs.Greg Clayton2013-02-011-21/+29
* Add "thread return -x" to unwind the innermost user called expression (if you...Jim Ingham2013-01-315-39/+222
* Change the default behavior for unwinding and breakpoints when running expres...Jim Ingham2013-01-311-2/+2
* Making sure a Pythonless build of LLDB works by #ifdef-ing out formatters code.Enrico Granata2013-01-311-0/+2
* Added the ability to search segments for data. Currently __TEXT, __LINKEDIT a...Greg Clayton2013-01-311-251/+138
* expressions + C++11 lambdas == cooooool!!!Greg Clayton2013-01-301-112/+641
* Verified that the plugin.dynamic-loader.darwin-kernel.scan-typeJason Molenda2013-01-301-6/+0
* <rdar://problem/12552374> & <rdar://problem/13100674>Enrico Granata2013-01-301-12/+0
* llvm/Basic/ConvertUTF.h now exposes all functions without macro tricksDmitri Gribenko2013-01-301-2/+0
* UTF conversion routines were moved from clang/Basic to llvm/SupportDmitri Gribenko2013-01-301-1/+1
* Fix one obvious thinko with the plugin.dynamic-loader.darwin-kernel.scan-type...Jason Molenda2013-01-301-2/+2
* <rdar://problem/12491235> Jason Molenda2013-01-305-163/+344
* Fix build problems with libstdc++ 4.6/4.7Daniel Malea2013-01-301-2/+2
* Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)Filipe Cabecinhas2013-01-301-2/+2
* Remove debug code and commented out code that was left in.Greg Clayton2013-01-302-135/+0
* Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (D...Filipe Cabecinhas2013-01-302-1/+2
* <rdar://problem/9141269>Greg Clayton2013-01-3010-131/+648
* Actually build DataFormatters dir. Fix for the r173732 fix.Filipe Cabecinhas2013-01-291-1/+1
* <rdar://problem/13107904>Greg Clayton2013-01-291-1/+0
* Since an address (0x12346) is an expression, be brief.Enrico Granata2013-01-291-1/+1
* <rdar://problem/12552374>Enrico Granata2013-01-297-7/+9
* <rdar://problem/12890171>Enrico Granata2013-01-294-11/+41
OpenPOWER on IntegriCloud