summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash, an UB and add some assert to dwo symbol file handlingTamas Berghammer2015-10-095-5/+26
* Fix the windows build after r249747Tamas Berghammer2015-10-091-1/+3
* Fix regression caused by r249769Tamas Berghammer2015-10-091-0/+1
* Addressing warning due to rL249651Mohit K. Bhakkad2015-10-091-3/+0
* Fix handling of LLDB_VERS_GENERATED_FILE.Bruce Mitchener2015-10-092-3/+25
* Added support for enumerating the languages that actually support TypeSystemsSean Callanan2015-10-085-5/+95
* Re-commit the (fixed) changes from r248985 which were reverted by PavelJason Molenda2015-10-086-138/+136
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-085-143/+206
* [cmake] Fix cmake build on OSX after r249434.Dawn Perchik2015-10-081-11/+0
* Fix the undefined symbol issue with go linking with autotools: build the Lang...Sylvestre Ledru2015-10-081-0/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-0811-61/+534
* [LLDB][MIPS] microMIPS load/store instruction emulation for hardware watchpointsMohit K. Bhakkad2015-10-081-18/+55
* [DWARFASTParserClang] Strengthen incomplete type handling.Siva Chandra2015-10-071-47/+84
* Fix the TestCppNsImport test case for DWARF. It was failing for DWARF in .o f...Greg Clayton2015-10-072-0/+11
* Decide on the expression language inside UserExpressionDawn Perchik2015-10-072-11/+13
* [lldb-mi] Fix evaluation of strings containing characters from non-ascii rangeDawn Perchik2015-10-071-2/+10
* This is the work I was building up to with my patches yesterdayEnrico Granata2015-10-0710-95/+436
* Reduce header inclusion in Expression.Bruce Mitchener2015-10-075-4/+3
* commands: Use override instead of virtual.Bruce Mitchener2015-10-0718-1216/+1029
* Remove unused virtuals from ABISysV_ppc*Bruce Mitchener2015-10-072-24/+0
* Resumbit "Fix race condition during process detach"Pavel Labath2015-10-071-40/+40
* Fix minor typos in comments.Bruce Mitchener2015-10-073-4/+4
* [Go] Fix inconsistent-missing-override warnings.Bruce Mitchener2015-10-071-4/+4
* Route the preferred-display-language mechanism to the ValueObjectPrinter and ...Enrico Granata2015-10-077-3/+59
* Enable the StringPrinter to have prefixes that are strings instead of just a ...Enrico Granata2015-10-074-19/+26
* Introduce a variant of GetSummaryAsCString() that takes a LanguageType argume...Enrico Granata2015-10-073-18/+29
* Fix Android build.Chaoren Lin2015-10-071-6/+0
* Simple readline functionality for interactive python on linux.Ryan Brown2015-10-061-5/+0
* Add missing GoLanguageRuntime files.Ryan Brown2015-10-064-0/+350
* Create GoLanguageRuntime.Ryan Brown2015-10-063-0/+6
* Remove GetShortPluginName.Bruce Mitchener2015-10-065-28/+0
* Fix Darwin build of lldb-server.Stephane Sezer2015-10-061-0/+11
* Create a logging category that is specific to data formatters activityEnrico Granata2015-10-065-12/+15
* Fix virtual/override warnings in new MIPS code.Bruce Mitchener2015-10-061-17/+17
* Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile()Bruce Mitchener2015-10-061-5/+5
* [MIPS] Emulate microMIPS instructionsBhushan D. Attarde2015-10-063-20/+766
* RenderScript command for printing allocation information Ewan Crawford2015-10-062-19/+637
* Bug 25050: X87 FPU Special Purpose RegistersAbhishek Aggarwal2015-10-062-4/+22
* [LLDB][MIPS] Fix hit_count for mips watchpointsMohit K. Bhakkad2015-10-061-1/+4
* Introduce a FormattersMatchData class which contains all the information that...Enrico Granata2015-10-064-150/+177
* SBTarget::Attach(SBAttachInfo &) was changed to not be asynchronous back in F...Greg Clayton2015-10-052-7/+28
* Add PersistentVariableDelegate to handle language-specific dematerialization.Sean Callanan2015-10-037-45/+140
* Remove instance reference of static member function.Zachary Turner2015-10-021-9/+8
* Have a clean(er) shutdown when detaching from a process.Zachary Turner2015-10-021-20/+19
* Fix the CMake buildEnrico Granata2015-10-021-0/+1
* Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...Enrico Granata2015-10-029-389/+586
* Made GetScratchTypeSystemForLanguage return an error if desired.Sean Callanan2015-10-027-25/+44
* Fix several issues around .ARM.exidx section handlingTamas Berghammer2015-10-022-46/+58
* Teach 'type lookup' to pull types from clang modules; also add a test caseEnrico Granata2015-10-021-16/+39
* Eliminated redundant "constructors" for ClangExpressionVariable. ...Sean Callanan2015-10-018-90/+70
OpenPOWER on IntegriCloud