aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2016-04-06Add AttrList.inc explicitly to TBLGEN_TABLESHEADandroid-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-n-preview-5android-n-preview-4android-n-preview-3android-n-preview-2android-n-mr2-preview-2android-n-mr2-preview-1android-n-mr1-preview-2android-n-mr1-preview-1android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7android-n-iot-release-ihome-igv1android-n-iot-preview-4nougat-iot-releasen-iot-preview-4mastermainShinichiro Hamaji
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-08-07clean up about 22 warnings messagesMichael Sartain
2013-08-06Test to see if logging is enabled before printingJason Molenda
2013-08-06Initialize m_leak member variable.Michael Sartain
2013-08-06Fix bug in Host::getLLDBPath() due to misusing TwineDaniel Malea
2013-08-01Re-enable fast stepping for arm targets. The issue being workedJason Molenda
2013-08-01Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).Michael Sartain
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-31Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.Michael Sartain
2013-07-31Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an...Daniel Malea
2013-07-31Reverts r187449 (report_fatal_error) in favor of a log message sinceAshok Thirumurthi
2013-07-31The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham
2013-07-30Add a default case to the LLVM expression opcode switch statementDaniel Malea
2013-07-30Send a stop event when an expression stops at a breakpointSean Callanan
2013-07-30Add format specifiers to various format ids so we can print thread ids in dec...Michael Sartain
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-30<rdar://problem/14526890>Greg Clayton
2013-07-29Use flag instead of rwlock state to track process running stateEd Maste
2013-07-29Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressionsAshok Thirumurthi
2013-07-26Fix the logging messages for SBFrame::FindRegister().Jason Molenda
2013-07-26Add an SBFrame::FindRegister() method to make it a littleJason Molenda
2013-07-26Refine the fix in r187094 to only distrust the StackID comparision when we ar...Jim Ingham
2013-07-25Fixed several problems with watchpoint expressions.Sean Callanan
2013-07-25Fix the lldb build after the removal of mblaze.Rafael Espindola
2013-07-25Set thread names on FreeBSDEd Maste
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-25Handle the case where we are stepping through code with no symbols, so we can...Jim Ingham
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-24<rdar://problem/14521548>Greg Clayton
2013-07-24elf-core: Document offset constants in FreeBSD prstatus parserEd Maste
2013-07-23Remove builtin attribute from calls whose targets we replaceStefanus Du Toit
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-23Fixed a potential crash in the GetOSVersion codeSean Callanan
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-19Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...Jim Ingham