aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointLocationList.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-07-09[lldb] Change breakpoint interfaces for error handling (#146972)Jonas Devlieghere1-6/+16
2025-07-03[lldb] Remove unused `hardware` argument (NFC)Jonas Devlieghere1-1/+1
2025-07-02[lldb] Fix else-after-return in Breakpoint (NFC)Jonas Devlieghere1-2/+1
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-2/+1
2022-09-19[lldb] Reset breakpoint hit count before new runsFelipe de Azevedo Piovezan1-0/+6
2022-09-03Use llvm::lower_bound (NFC)Kazu Hirata1-1/+1
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata1-2/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-7/+8
2018-01-12Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham1-6/+12
2017-11-13Move ArchSpec to the Utility modulePavel Labath1-1/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-278/+225
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool1-25/+20
2015-10-30Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...Eugene Zelenko1-11/+5
2014-09-10Rework how resetting breakpoints in changed modules works. Try to match up oldJim Ingham1-0/+27
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-1/+1
2014-01-10Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham1-4/+4
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton1-0/+2
2013-12-03<rdar://problem/15566148>Greg Clayton1-8/+5
2013-12-03Remove the bad assumption that breakpoint locations won't get deleted in Brea...Jim Ingham1-8/+14
2013-11-09Fixed the the breakpoint test case failures. Greg Clayton1-1/+38
2013-10-11<rdar://problem/13635174>Greg Clayton1-1/+1
2013-07-16Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain1-1/+20
2013-01-25<rdar://problem/13069948>Greg Clayton1-2/+2
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton1-1/+1
2012-08-29<rdar://problem/11757916>Greg Clayton1-2/+1
2012-04-03Initialize ivars in the order they are defined in the class.Bill Wendling1-3/+3
2012-02-24<rdar://problem/10103468>Greg Clayton1-4/+28
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham1-4/+48
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-1/+1
2011-08-11Silence the static analyzer.Johnny Chen1-11/+2
2011-03-19Added more platform support. There are now some new commands:Greg Clayton1-1/+1
2011-02-05Fixed the BreakpointLocationList to be able to do O(1) lookups on breakpointGreg Clayton1-114/+30
2010-10-20Don't re-insert disabled breakpoint locations.Jim Ingham1-1/+4
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton1-0/+11
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-19/+12
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+305