aboutsummaryrefslogtreecommitdiff
path: root/source/Target
AgeCommit message (Expand)Author
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-01Re-enable fast stepping for arm targets. The issue being workedJason Molenda
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-31Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an...Daniel Malea
2013-07-31The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham
2013-07-30Send a stop event when an expression stops at a breakpointSean Callanan
2013-07-30<rdar://problem/14526890>Greg Clayton
2013-07-29Use flag instead of rwlock state to track process running stateEd Maste
2013-07-26Refine the fix in r187094 to only distrust the StackID comparision when we ar...Jim Ingham
2013-07-25Handle the case where we are stepping through code with no symbols, so we can...Jim Ingham
2013-07-19Turn off fast stepping for ARM till the MC's MayAffectControlFlow gets more a...Jim Ingham
2013-07-18This commit does two things. One, it converts the return value of the QueueT...Jim Ingham
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-02Mark the "step over single instruction" plan private in the StopInfoWatchpoin...Jim Ingham
2013-07-02Remove obsolete commentEd Maste
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-06-27Remove the process's reservation cache and don'tSean Callanan
2013-06-24<rdar://problem/14182286>Han Ming Ong
2013-06-22Remember to update the m_thread_list_real after you do UpdateThreadList.Jim Ingham
2013-06-22Add some useful logging for tracking thread matching problems.Jim Ingham
2013-06-21<rdar://problem/14004410>Han Ming Ong
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2013-06-19Don't actually Halt in the Interrupt handler for the Process, just send an As...Jim Ingham
2013-06-18We were getting an assert because somebody was making a watchpoint that wasJim Ingham
2013-06-12Huge performance improvements when one breakpoint contains many locations.Greg Clayton
2013-06-04Remember to tell the breakpoints to update themselves when new symbols are ad...Jim Ingham
2013-06-04<rdar://problem/13239809>Enrico Granata
2013-06-04If ThreadPlanCallFunction hasn't set its notion of the "real stop info" yet, ...Jim Ingham
2013-06-03Fix various build warnings.Matt Kopec
2013-05-28Adding support for stopping all threads of multithreaded inferiors on Linux. ...Andrew Kaylor
2013-05-24<rdar://problem/13643315> Greg Clayton
2013-05-23Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors ...Michael Sartain
2013-05-21Added a test case that verifies that LLDB can debug across a process exec'ing...Greg Clayton
2013-05-21<rdar://problem/13878726>Enrico Granata
2013-05-21<rdar://problem/13892516>Greg Clayton
2013-05-21Improving the previous checkin about target.load-script-from-symbol-fileEnrico Granata
2013-05-20Forgot to check for empty error strings in the previous checkinEnrico Granata
2013-05-20<rdar://problem/13878726>Enrico Granata
2013-05-18<rdar://problem/11398407>Greg Clayton
2013-05-16Handle the case where there is a user breakpoint set at the location of one o...Jim Ingham
2013-05-16Added a per-process cache for reserved memorySean Callanan
2013-05-15Don’t pop the process input reader for a “stop” event if ShouldBroadcas...Jim Ingham
2013-05-14Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReaso...Daniel Malea
2013-05-13<rdar://problem/13183720>Enrico Granata
2013-05-10<rdar://problem/13700260>Greg Clayton