This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7418a2dce NativeProcessProtocolTest: fix -Winconsistent-missing-overrid [...] new e2c6d3b11 [NativePDB] Fix setting breakpoint by file and line. new 87fee9e52 [NativePDB] Update function-types-classes test to check VarDecls. new dde7ab2f1 [NativePDB] Implement ParseDeclsForContext.
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ...kpoints.lldbinit => break-by-function.lldbinit} | 0 .../NativePDB/Inputs/break-by-line.lldbinit | 3 + ...imple-breakpoints.cpp => break-by-function.cpp} | 28 +- lit/SymbolFile/NativePDB/break-by-line.cpp | 26 ++ .../NativePDB/function-types-classes.cpp | 16 +- lit/SymbolFile/PDB/variables-locations.test | 2 +- .../SymbolFile/NativePDB/CompileUnitIndex.cpp | 6 + .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp | 449 +++++++++++++++++++-- .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.h | 12 +- source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp | 10 +- source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 6 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 31 +- .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 9 + 13 files changed, 526 insertions(+), 72 deletions(-) rename lit/SymbolFile/NativePDB/Inputs/{breakpoints.lldbinit => break-by-function. [...] create mode 100644 lit/SymbolFile/NativePDB/Inputs/break-by-line.lldbinit rename lit/SymbolFile/NativePDB/{simple-breakpoints.cpp => break-by-function.cpp} (54%) create mode 100644 lit/SymbolFile/NativePDB/break-by-line.cpp