summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner2015-10-131-5/+17
* Fix ref counting of Python objects.Zachary Turner2015-10-134-770/+659
* Fix cast in arm watchpoint handling codeTamas Berghammer2015-10-131-1/+1
* Symbols::LocateExecutableSymbolFile() shouldn't try to look for files in /usr...Vadim Macagon2015-10-131-0/+2
* Preliminary NetBSD supportBruce Mitchener2015-10-136-0/+1357
* Support RHEL 7 and similar systems that use architecture-specific Python lib ...Todd Fiala2015-10-122-0/+38
* Fix a misunderstanding of the ThreadPlan::OkayToDiscard flag in InferiorCallP...Jim Ingham2015-10-122-18/+84
* Return the right answer for ShouldStop for the RunToAddress plan. This isn'tJim Ingham2015-10-121-1/+1
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-124-2/+16
* Fixup log enable --stack so it works on Linux.Todd Fiala2015-10-101-0/+1
* Fix build broken by r249885Zachary Turner2015-10-092-3/+3
* Port native Python-API to 3.xZachary Turner2015-10-093-99/+227
* Don't blindly use C for eLanguageTypeUnknown when getting a scratch TypeSystem.Sean Callanan2015-10-091-1/+20
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-096-80/+0
* [LLDB] Fix display of value of a vector variables in watchpoint operationsMohit K. Bhakkad2015-10-091-3/+20
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-10-091-0/+2
* 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
OpenPOWER on IntegriCloud