llvm-project/lldb/source
Tatyana Krasnukha da0bba5c9a [lldb/Breakpoint] Rename StoppointLocation to StoppointSite and drop its relationship with BreakpointLocation
Both of BreakpointLocation and BreakpointSite were inherited from StoppointLocation. However, the only thing
they shared was hit counting logic. The patch encapsulates those logic into StoppointHitCounter, renames
StoppointLocation to StoppointSite, and stops BreakpointLocation's inheriting from it.

Differential Revision: https://reviews.llvm.org/D84527
2020-07-29 22:07:46 +03:00
..
API On Windows build, making the /bigobj flag global , instead of passing it per file. 2020-07-28 18:04:36 -05:00
Breakpoint [lldb/Breakpoint] Rename StoppointLocation to StoppointSite and drop its relationship with BreakpointLocation 2020-07-29 22:07:46 +03:00
Commands [lldb] Improve platform handling in CreateTargetInternal 2020-07-29 10:30:20 -07:00
Core Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish) 2020-07-27 13:26:35 -07:00
DataFormatters [lldb][NFC] Remove FormatMap 2020-07-23 18:34:59 +02:00
Expression Unify the return value of GetByteSize to an llvm::Optional<uint64_t> (NFC-ish) 2020-07-27 13:26:35 -07:00
Host [lldb] Change the definition of ANSI_UNFAINT 2020-07-28 11:06:45 -07:00
Initialization [lldb/Reproducers] Always record the current working directory 2020-07-20 11:54:11 -07:00
Interpreter [lldb][NFC] Use a StringRef for AddRegexCommand::AddRegexCommand parameters 2020-07-27 14:36:47 +02:00
Plugins [lldb] Don't use hardware index to determine whether a breakpoint site is hardware 2020-07-29 21:27:24 +03:00
Symbol Thread ExecutionContextScope through GetByteSize where possible (NFC-ish) 2020-07-22 08:56:29 -07:00
Target [lldb] Skip overlapping hardware and external breakpoints when writing memory 2020-07-29 21:27:23 +03:00
Utility [lldb/ArchSpec] Always match simulator environment in IsEqualTo 2020-07-27 17:33:37 -07:00
CMakeLists.txt Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well. 2020-01-16 19:04:08 -05:00
lldb.cpp [lldb] Fix version string when using LLDB_REVISION but not LLDB_REPOSITORY 2020-02-20 10:07:50 -08:00