- 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
- edb0127 ObjectFileELF: Add support for arbitrarily named code sections by Pavel Labath · 7 years ago
- e4777a9 Support reading section ".gnu_debugaltlink" by Jan Kratochvil · 7 years ago
- 16064d3 Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
- 3ef4eeb [elf] Remove one copy of the section merging code by Pavel Labath · 8 years ago
- ec03d7e Revert "[lldb] Use vFlash commands when writing to target's flash memory regions" by Pavel Labath · 8 years ago
- 029fb69 [lldb] Use vFlash commands when writing to target's flash memory regions by Pavel Labath · 8 years ago
- 4f03312 Fix parsing of object files with "early" section headers by Pavel Labath · 8 years ago
- c561a6a Add LLDB_LOG_ERROR macro by Pavel Labath · 8 years ago
- b424de3 Fix assertion in ObjectFileELF by Pavel Labath · 8 years ago
- 50251fc Make sure DataBufferLLVM contents are writable by Pavel Labath · 8 years ago
- 4c2eb8b Fix 32-bit builds broken by 320813 by Pavel Labath · 8 years ago
- e2867bc ObjectFileELF: Add support for compressed sections by Pavel Labath · 8 years ago
- a6d5464 Add a symbols subcommand to lldb-test. by Zachary Turner · 8 years ago
- 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
- d13f691 Improve FreeBSD kernel debugging by Ed Maste · 8 years ago
- e1a6074 Remove uses of std::auto_ptr, it's going away in C++17. by Benjamin Kramer · 8 years ago
- 963ce48 Add support for the DWP debug info format by Tamas Berghammer · 8 years ago
- 8ac63e8 [LLDB][MIPS] Set the Section's file address for by Nitesh Jain · 8 years ago
- 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
- d16a6e3 Fix typo: using && instead of & when evaluating a mask by Mehdi Amini · 8 years ago
- df1a0d1 [linux] Change the way we load vdso pseudo-module by Pavel Labath · 8 years ago
- f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
- 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
- efddda3d ObjectFileELF: Fix symbol lookup in bss section by Pavel Labath · 8 years ago
- 4d35d6b Change UniqueCStringMap to use ConstString as the key by Pavel Labath · 8 years ago
- 706c520 [LLDB][MIPS] Fix Core file Architecture and OS information. by Nitesh Jain · 8 years ago
- 12801f1 [LLDB] OpenBSD support by Kamil Rytarowski · 9 years ago
- 7f6a7a3 Remove FileSpec::ReadFileContents. by Zachary Turner · 9 years ago
- 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
- 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
- 3f4a4b3 Delete DataBufferMemoryMap. by Zachary Turner · 9 years ago
- bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
- 23ccc29 Open ELF core dumps with more than 64K sections by Pavel Labath · 9 years ago
- b155431 Fix more unused variable warnings when asserts are disabled. by Hafiz Abid Qadeer · 9 years ago
- a08ba42 [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctions by Alexander Shaposhnikov · 9 years ago
- 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
- a0c82e1 [lldb] Improve identification of Linux core dumps. Fix for bug #30485. by Richard Chamberlain · 9 years ago
- 4f730dc Fix about a dozen compile warnings by Ilia K · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
- 023dd64 Add/fix support for i386 elf core files by Dimitar Vlahovski · 9 years ago
- 0576ad6 Fix a crash when an ELF section symbol have no name by Tamas Berghammer · 9 years ago
- 75500e7 Typo corrections identified by codespell by Ed Maste · 9 years ago
- dba6503 Add oat symbolization support for odex files by Tamas Berghammer · 9 years ago
- c662533 Ignore oatdata and oatexec symbols more widely by Tamas Berghammer · 9 years ago
- 3385fa0 Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file process plug-ins should be able to override the Process::GetMemoryRegionInfo(...) function. by Greg Clayton · 9 years ago
- ad5b55a [LLDB][MIPS] Fix floating point handling in case of thread step-out by Sagar Thakur · 9 years ago
- 216963a Revert rL270207: "[LLDB][MIPS] Fix floating point handling in case of thread step-out" by Tamas Berghammer · 9 years ago
- 71b1dec [LLDB][MIPS] Fix floating point handling in case of thread step-out by Sagar Thakur · 9 years ago
- 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
- 477eb42 [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABI by Sagar Thakur · 9 years ago
- e114a17 rL267291: Architecture change to thumb on parsing arm.attributes causes regression. by Omair Javaid · 9 years ago
- 0237eda Fix ARM attribute parsing for Android after rL267291 by Tamas Berghammer · 9 years ago
- cbd7f88 Handle invalid values of PLT entry size generated by linker by Omair Javaid · 9 years ago
- 7793ba8 Fix unwind failures when PC points beyond the end of a function by Ulrich Weigand · 9 years ago
- d2d1504 ObjectFile: parse EABI Attributes by Saleem Abdulrasool · 9 years ago
- bd52626 Find .plt section in object files generated by recent ld by Ulrich Weigand · 9 years ago
- 543725c Implement `target modules dump objfile` by Adrian McCarthy · 9 years ago
- 81955f8 Allow any build-id length between 4 and 20 bytes inclusive by Ed Maste · 10 years ago
- 31a2f8f Add support for handling absolute symbols in ELF by Tamas Berghammer · 10 years ago
- 6b63b14 Improve the handling of missing elf symtab and missing symbol sizes by Tamas Berghammer · 10 years ago
- 5bfd4d0 Revert "Improve the handling of missing elf symtab and missing symbol sizes" by Tamas Berghammer · 10 years ago
- ed844cb Improve the handling of missing elf symtab and missing symbol sizes by Tamas Berghammer · 10 years ago
- 0a76722 Add support to detect arm hard float ABI based binaries for ABISysV_arm by Omair Javaid · 10 years ago
- 15f89c4 Fix for Bug 25338 by Ravitheja Addepally · 10 years ago
- 8c6996f7 Unconditionally accept symbol sizes from elf by Tamas Berghammer · 10 years ago
- a94ae1e Update for llvm change. NFC. by Rafael Espindola · 10 years ago
- dcad424 Revert "Unconditionally accept symbol sizes from elf" by Tamas Berghammer · 10 years ago
- 6b2322f Unconditionally accept symbol sizes from elf by Tamas Berghammer · 10 years ago
- 884fc3e [LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archs by Mohit K. Bhakkad · 10 years ago
- 8dbcb63 Get rid of ARM_ELF_SYM_IS_THUMB flag. by Stephane Sezer · 10 years ago
- 81b4c5f Strip trailing whitespace by Ed Maste · 10 years ago
- d8335e9 Read macro info from .debug_macro section and use it for expression evaluation. by Siva Chandra · 10 years ago
- 40fc2e3 [LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instruction sets by Sagar Thakur · 10 years ago
- b704b69 Make core files not crash when you load a core file into LLDB with just "lldb -c core". by Greg Clayton · 10 years ago
- 9fa1147 Some minor improvements on the symtab parsing code by Tamas Berghammer · 10 years ago
- 7df337f ArchSpec: fix unintentional promotion of unspecified unknowns to specified unknowns by Todd Fiala · 10 years ago
- 2ee26ee Romove accidentially added statement in r249020 by Sagar Thakur · 10 years ago
- b8862c0 [LLDB][MIPS] Fix gp register value for o32 applications on 64-bit target by Sagar Thakur · 10 years ago
- 648f3c7 Add support for .ARM.exidx unwind information by Tamas Berghammer · 10 years ago
- 44d07fc [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses by Jaydeep Patil · 10 years ago
- 65d4d5c Add an OperatingSystem plugin to support goroutines by Ryan Brown · 10 years ago
- 1bcc7ba [LLDB][MIPS] Add support for DT_MIPS_RLD_MAP_REL by Bhushan D. Attarde · 10 years ago
- 9187e73 Fix a small typo in ObjectFileELF.cpp. by Stephane Sezer · 10 years ago
- c7776e4 Improve the arm/aarch64 mapping symbol handling by Tamas Berghammer · 10 years ago
- 9514a38 [LLDB][MIPS] Added support for the debugging of N32/O32 applications on MIPS64 target. by Mohit K. Bhakkad · 10 years ago
- eb882fc Add basic fission support to SymbolFileDWARF by Tamas Berghammer · 10 years ago
- c178d4c Add support for DW_FORM_GNU_[addr,str]_index by Tamas Berghammer · 10 years ago
- 42ecef3 Add absolute load address support for the DynamicLoader plugins by Tamas Berghammer · 10 years ago
- d00438e Fix issues with separate symbolfile handling by Tamas Berghammer · 10 years ago
- e171da5 Fix typos. by Bruce Mitchener · 10 years ago
- 501a781 [LLDB][MIPS] Detect MIPS application specific extensions like micromips by Jaydeep Patil · 10 years ago
- c9627ae Skip oatdata and oatexec symbols in system@framework@boot.oat by Tamas Berghammer · 10 years ago
- ddaf6a7 Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so. by Greg Clayton · 10 years ago
- 0b6ba7c Use string::find(char) for single character strings. by Bruce Mitchener · 10 years ago
- f256184 Fix [vdso] handling on Android (x86 and aarch64) by Tamas Berghammer · 10 years ago
- 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
- 2480fe0 Fix location of symbol size calculation in ObjectFileELF by Tamas Berghammer · 10 years ago
- 44ff9cce Improve instruction emulation based stack unwinding on ARM by Tamas Berghammer · 10 years ago