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 a6743a5420 opcodes error messages new e80aaf6183 Make delim_string_to_char_ptr_vec return an std::vector new 564b1e3f29 C++ify program_space new 6fb16ce6ea Make program_space::deleted_solibs a vector of std::string new ccb2231cd8 C++ify charsets new 54693cf5f1 Remove free_char_ptr_vec new b9671caf8f handle_general_set: Remove useless xstrdup
The 6 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 | 72 +++++++++++++++++++++ gdb/auto-load.c | 81 +++++++++++------------- gdb/breakpoint.c | 25 +++----- gdb/build-id.c | 13 ++-- gdb/charset.c | 46 +++++++++----- gdb/common/gdb_vecs.c | 54 +++++----------- gdb/common/gdb_vecs.h | 24 ++++--- gdb/gdbserver/ChangeLog | 11 ++++ gdb/gdbserver/server.c | 34 ++++------ gdb/gdbserver/thread-db.c | 11 ++-- gdb/inferior.c | 4 +- gdb/infrun.c | 8 +-- gdb/linux-thread-db.c | 13 ++-- gdb/progspace.c | 44 +++++-------- gdb/progspace.h | 155 +++++++++++++++++++++++----------------------- gdb/solib.c | 3 +- gdb/source.c | 24 +++---- gdb/symfile.c | 25 +++----- gdb/ui-out.c | 6 ++ gdb/ui-out.h | 1 + gdb/utils.c | 24 ------- 21 files changed, 335 insertions(+), 343 deletions(-)