aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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
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-15Fixed a problem in IRForTarget where we would notSean Callanan
2013-07-15Disabling the introspecting summary for __NSCFSet (essentially, for CF*SetRef)Enrico Granata
2013-07-15<rdar://problem/13793059>Greg Clayton