summaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)Author
2015-07-03Improve DWARF CFI CIE parsing and remove duplicated codeTamas Berghammer
2015-07-01When I introduced hard-coded formatters, I made them non-cacheableEnrico Granata
2015-07-01Rename ClangUserExpression members to avoid confusion with language.Dawn Perchik
2015-06-30[LLDB][MIPS] Getting correct flags for MIPSMohit K. Bhakkad
2015-06-29Rewrite FileSpec::EnumerateDirectory to avoid code duplication.Chaoren Lin
2015-06-29Fix buildbot failures for:Greg Clayton
2015-06-29Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton
2015-06-29[linux] Use cmake to detect support process_vm_readv (bug #23918)Pavel Labath
2015-06-27timegm in LibcGlue needs to be extern, not static.Chaoren Lin
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-06-25Add const qualifier to Mangled::GuessLanguageDawn Perchik
2015-06-25Rename Mangled::GetLanguage to Mangled::GuessLanguageDawn Perchik
2015-06-25Add const versions of SBFrame::GetFunctionName and SBFrame::IsInlined.Oleksiy Vyalov
2015-06-24Revert rL240435: "Mark SBFrame::GetFunctionName and SBFrame::IsInlined as con...Oleksiy Vyalov
2015-06-24Proper handling of QNonStop packet response.Ewan Crawford
2015-06-24Improve instruction emulation based stack unwinding on ARMTamas Berghammer
2015-06-23Implement the "qSymbol" packet in order to be able to read queue information ...Greg Clayton
2015-06-23Fix the handling of the run lock in cases where you needed to runJim Ingham
2015-06-23Add support for displaying the language in the frame-format string.Dawn Perchik
2015-06-23Mark SBFrame::GetFunctionName and SBFrame::IsInlined as const.Oleksiy Vyalov
2015-06-23[LLDB][MIPS] MIPS32 branch emulation and single-steppingJaydeep Patil
2015-06-23Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin
2015-06-22Reduced packet counts to the remote GDB server where possible.Greg Clayton
2015-06-18Fetch object file load address if it isn't specified by the linkerTamas Berghammer
2015-06-18Fix misplaced commentPavel Labath
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-06-17Fix enum LanguageType values and language string table lookups.Dawn Perchik
2015-06-17[NativeProcessLinux] Use fast memory reads, if the system supports itPavel Labath
2015-06-17Revert r239873 - I actually want to think some more about thisEnrico Granata
2015-06-17Fix an issue where the oneliner printing of variables would ignore custom for...Enrico Granata
2015-06-16Add a ThreadSafe adapter over llvm::DenseSetEnrico Granata
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-06-05Improve OSType initialization in elf object file's arch_specEd Maste
2015-06-05Delegate path operations to FileSpec.Chaoren Lin
2015-06-04Fix doxygen warnings.Bruce Mitchener
2015-06-03Fix a bug where trying to Dump() a ValueObject would use the static/non-synth...Enrico Granata
2015-06-03[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...Sagar Thakur
2015-06-02Fix LLDB so that it can correctly track down dependent shared libraries that ...Greg Clayton
2015-06-02Fix up some comments to be more explicit. Remove some long-commented out code.Jim Ingham
2015-05-29Working directory FileSpec should use remote path syntax to display correctly.Chaoren Lin
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29Implement snprintf for MSVC with correct return value.Chaoren Lin
2015-05-29Report inferior SIGSEGV as a signal instead of an exception on linuxPavel Labath
2015-05-29Change ProcessEventData over to use a std::weak_ptr to a process intead of a ...Greg Clayton
2015-05-28Resubmitting r238459 and r238460 with fix for Linux.Chaoren Lin
2015-05-28Revert "Move inlined cxa_demangle.cpp to a separate file."Ying Chen
2015-05-28Revert "Allow both MSVC and Itanium mangling schemes."Ying Chen
2015-05-28If we see an external function in the symbols, makeSean Callanan