summaryrefslogtreecommitdiff
path: root/lldb/source/Breakpoint/BreakpointSite.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-02-03[lldb] Improve isolation between Process plugins and OS plugins (#125302)Felipe de Azevedo Piovezan
2024-10-30Fix call site breakpoint patch (#114158)jimingham
2024-10-28Revert "Add the ability to break on call-site locations, improve inli… (#11...jimingham
2024-10-28Add the ability to break on call-site locations, improve inline stepping (#11...jimingham
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2022-02-06[Breakpoint] Remove redundant member initialization (NFC)Kazu Hirata
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-07-29[lldb/Breakpoint] Rename StoppointLocation to StoppointSite and drop its rela...Tatyana Krasnukha
2020-07-29[lldb/BreakpointSite] Handle all ways of control flowTatyana Krasnukha
2020-07-29[lldb] Skip overlapping hardware and external breakpoints when writing memoryTatyana Krasnukha
2020-01-24[lldb/Breakpoint] Recogize hardware breakpoints as suchJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-03-28Copy the breakpoint site owner's collection so we can dropJim Ingham
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-02-02Move classes from Core -> Utility.Zachary Turner
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
2015-07-29Add a function to make a mutex-protected copy of a breakpoint site'sJim Ingham
2015-07-29Lock the owners mutex in the BreakpointSite before updating the hitJim Ingham
2015-03-04Don't #include clang headers from BreakpointLocation.hZachary Turner
2014-10-22The breakpoint location hit counts were getting incremented inJim Ingham
2014-06-18Actually make a real scoped locker rather than constructing one that gets imm...Jim Ingham
2014-06-18Add locking around the m_owners collection in the breakpoint site. If we are...Jim Ingham
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-23Tiny refactoring to use member functions instead of directly accessing member...Johnny Chen
2011-08-12Make ValueObject::SetValueFromCString work correctly.Jim Ingham
2010-11-18Added the ability to get more information on the SBThread's stop reasonGreg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner