hanchenye-llvm-project/lldb/source
Jim Ingham 7aa4ed9b5f If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries.
clang doesn't use line number 0 (to mean artifically generated code) very often, but swift does it
quite often.  We were rejecting all by line breakpoints in functions that started at line 0.  But that's
a special marker so we can just not do this test in that case.

llvm-svn: 339182
2018-08-07 21:09:55 +00:00
..
API Add new API to SBTarget class 2018-08-07 20:23:57 +00:00
Breakpoint If a function starts with line number 0, don't try to check if a breakpoint crossed function boundaries. 2018-08-07 21:09:55 +00:00
Commands Check result after setting PC value. 2018-08-07 16:46:11 +00:00
Core Misc module/dwarf logging improvements 2018-08-07 18:00:30 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Host Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Initialization Move pretty stack trace printer into driver. 2018-07-17 10:04:19 +00:00
Interpreter Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Plugins Misc module/dwarf logging improvements 2018-08-07 18:00:30 +00:00
Symbol Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
Target Misc module/dwarf logging improvements 2018-08-07 18:00:30 +00:00
Utility Move RegisterValue,Scalar,State from Core to Utility 2018-08-07 11:07:21 +00:00
CMakeLists.txt
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00