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