aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins
AgeCommit message (Expand)Author
2013-11-05Fixes for LLDB build to work around host 4.6.2+ compiler issues.android-wear-5.0.0_r1android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releaseTodd Fiala
2013-11-05Add Android.mk support for building LLDB on Linux host.Todd Fiala
2013-08-07New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-31The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham
2013-07-30Updates the DW_AT_data_member_location handlers for the LLDB DWARF pluginAshok Thirumurthi
2013-07-30Run-time reg context selection for POSIX targetsEd Maste
2013-07-26Add an SBFrame::FindRegister() method to make it a littleJason Molenda
2013-07-25Fix the lldb build after the removal of mblaze.Rafael Espindola
2013-07-25Correct typo in commentsEd Maste
2013-07-25Add explicit braces to quiet the "avoid dangling else" warning from clang.Greg Clayton
2013-07-25Fixes LLDB address ranges with gcc 4.8Ashok Thirumurthi
2013-07-24Update link for the SysV x86_64 ABI standard doc; x86-64.org hasJason Molenda
2013-07-24Modify ProcessPOSIX to use the thread list mutex as neededDaniel Malea
2013-07-24elf-core: Document offset constants in FreeBSD prstatus parserEd Maste
2013-07-23elf-core: Remove now-unused compile-time FreeBSD supportEd Maste
2013-07-23elf-core: Add helper function for parsing FreeBSD NT_PRSTATUSEd Maste
2013-07-23elf-core: Improve FreeBSD support and move data extraction to parse timeEd Maste
2013-07-23elf-core: Parse vendor-specific notesEd Maste
2013-07-22When a Cortex-M3 target is selected (armv7m), force disassembly to be inJason Molenda
2013-07-22Fix i386 FreeBSD buildEd Maste
2013-07-22elf-core: Run-time reg context selectionEd Maste
2013-07-22elf-core: Remove SetTriple workaroundEd Maste
2013-07-22Factor out common string match code for POSIX log enable/disableEd Maste
2013-07-19Don't use a function-scope static varaibles inJason Molenda
2013-07-19elf-core: handle core with a single NT_PRPSINFO (not one per thread)Ed Maste
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham
2013-07-18Fix the partial backtrace when using a combination of stripped function symbolsAshok Thirumurthi
2013-07-17elf-core: Support FreeBSD at compile-timeEd Maste
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi
2013-07-17Correct comment to match class nameEd Maste
2013-07-17FreeBSD: Replace GetSignalInfo with GetLwpInfoEd Maste
2013-07-17simple plugin now works with Linux fix assert in SetPluginInfo implement Linu...Michael Sartain
2013-07-16Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain
2013-07-15<rdar://problem/13793059>Greg Clayton
2013-07-15Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn'...Greg Clayton
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi
2013-07-12Fix the linux gcc 4.6.3 buildbot failures that happened after my recent types...Greg Clayton
2013-07-12Handle BreakNotify for threads whose tid doesn't match the ThreadSpec of the ...Ashok Thirumurthi
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-11Adds methods to ObjectFileELF to access data in ELF segmentsAshok Thirumurthi
2013-07-11Fix unhandled SIGTRAP signal on Linux causing assertion.Matt Kopec
2013-07-11Fix "source list -n printf" on Linux (printf is symbol alias for __printf)Michael Sartain
2013-07-10Stop process monitor from ProcessPOSIX::FinalizeAndrew Kaylor
2013-07-10Add support for listing inferior thread names on Linux.Matt Kopec
2013-07-10Fixed an issue introduced with my last fix where the command and sequence ID ...Greg Clayton
2013-07-10Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...Jim Ingham
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton