This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 128bf1fe60 LTO object insertion point new c0e8dcd871 Change breakpoint::filter to be a unique_xmalloc_ptr new 269249d940 Fix latent bug in source cache new 872dceaaff Save plain text in the source cache new cb44333d99 Add file offsets to the source cache new b08b16c839 Clean up source file error reporting
The 5 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: gdb/ChangeLog | 55 ++++++++++ gdb/annotate.c | 11 +- gdb/breakpoint.c | 5 +- gdb/breakpoint.h | 5 +- gdb/source-cache.c | 294 ++++++++++++++++++++++++++++++++------------------- gdb/source-cache.h | 63 +++++++---- gdb/source.c | 146 ++++++------------------- gdb/source.h | 5 - gdb/symtab.h | 10 -- gdb/tui/tui-source.c | 4 +- 10 files changed, 326 insertions(+), 272 deletions(-)