summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath2015-08-181-4/+4
* Fix AArch64 watchpoint exception handlingOmair Javaid2015-08-181-1/+3
* [LLGS] Avoid misrepresenting log lines as inferior outputPavel Labath2015-08-182-2/+5
* Remove unintentional ;'s.Jason Molenda2015-08-181-2/+2
* Make sure to save the types we parse in our SymbolFile's type list so they do...Greg Clayton2015-08-171-3/+11
* Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath2015-08-173-1790/+1296
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-1716-345/+1172
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-173-1296/+1790
* Try to fix the lldb build on Visual C++.Yaron Keren2015-08-161-2/+2
* Update DynamicRegisterInfo::SetRegisterInfo to accept eh_frame registerJason Molenda2015-08-151-1/+7
* A messy bit of cleanup: Move towards more descriptive namesJason Molenda2015-08-1538-79/+86
* There is no such thing as gdb_arm_f8, this register set is f0-f7.Jason Molenda2015-08-151-83/+82
* Fix Android build.Oleksiy Vyalov2015-08-141-1/+1
* Unbreak the windows and linux buildbots.Greg Clayton2015-08-141-3/+3
* Don't crash if we don't have a type system for a language.Greg Clayton2015-08-141-1/+1
* Fix Linux build after r245090.Oleksiy Vyalov2015-08-141-9/+9
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-148-3924/+4067
* Fixed build failures caused by rL245026. Changed occurrences of ClangASTType ...Bhushan D. Attarde2015-08-141-3/+3
* Handle floating point and aggregate return types in SysV-mips64 ABIBhushan D. Attarde2015-08-141-15/+300
* [MIPS]Handle floating point and aggregate return types in SysV-mips [32 bit] ABIBhushan D. Attarde2015-08-141-3/+50
* I was assuming that when a bit of inlined code was followed by code from the ...Jim Ingham2015-08-141-4/+8
* Add a better fix for searching for spaces in BSD archive object names where w...Greg Clayton2015-08-141-5/+7
* Don't crash when we have a .a file that contains an object with a 16 characte...Greg Clayton2015-08-131-1/+3
* Remove more uses of raw_svector_ostream::flush() call following r244928.Yaron Keren2015-08-133-3/+0
* Remove raw_svector_ostream::flush() call following r244928.Yaron Keren2015-08-131-1/+0
* Removing redundant check from r244875Ravitheja Addepally2015-08-131-12/+6
* Add missing include to RegisterInfoInterface.hTamas Berghammer2015-08-131-0/+2
* Fix Linux build after r244875Tamas Berghammer2015-08-131-10/+2
* Set orig_eax to -1 for Linux x86 platformsRavitheja Addepally2015-08-136-2/+79
* [LLDB][MIPS] Use qfThreadID if qC packet is not supported by targetJaydeep Patil2015-08-131-0/+15
* [LLDB][MIPS] Support standard GDB remote stop reply packet for watchpointJaydeep Patil2015-08-133-7/+41
* [LLDB][MIPS] Handle false positives for MIPS hardware watchpointsJaydeep Patil2015-08-138-25/+235
* Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...Enrico Granata2015-08-136-106/+120
* Remove printf most likely left from some debugging sectionTamas Berghammer2015-08-121-1/+0
* Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64Omair Javaid2015-08-122-60/+81
* Fix read only watchpoints on x86_64Tamas Berghammer2015-08-121-1/+3
* Fix LLGS to enable read type watchpointsOmair Javaid2015-08-122-5/+7
* Improve check for ASAN callbacksTamas Berghammer2015-08-122-28/+14
* Download symbol file for .oat files on androidTamas Berghammer2015-08-125-12/+142
* Fetch SDK version from PlatformAndroidTamas Berghammer2015-08-122-1/+54
* ClangASTType is now CompilerType.Greg Clayton2015-08-11108-997/+973
* Fix a infinite loop when killing a process that is in the middle of loading s...Greg Clayton2015-08-111-79/+76
* Added missing files from checking regarding:Greg Clayton2015-08-111-0/+20
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-1137-6468/+7284
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-1019-3660/+1650
* Feedback from Jim: Change the "optimized code" warning to be entirelyJason Molenda2015-08-102-8/+16
* Fix for build errors on arm-linux-gnueabi-gccOmair Javaid2015-08-094-2/+10
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-0719-1650/+3660
* Change the warning message about optimization to be printed onceJason Molenda2015-08-061-4/+5
* Update lldb's ExternalASTSources to match Clang r244161.Richard Smith2015-08-062-26/+14
OpenPOWER on IntegriCloud