Remove the "listhead" argument from finish_block
[deliverable/binutils-gdb.git] / gdb / ChangeLog
2018-07-20  Tom TromeyRemove the "listhead" argument from finish_block
2018-07-20  Tom TromeyMove pending_blocks and pending_block_obstack to builds...
2018-07-20  Tom TromeyMove pending addrmap globals to buildsym_compunit
2018-07-20  Tom TromeyMove current_subfile to buildsym_compunit
2018-07-20  Tom TromeyMove the context stack to buildsym_compunit
2018-07-20  Tom TromeyMake the Rust parser pure
2018-07-19  Pedro AlvesEliminate remaining gdb/guile cleanups
2018-07-19  Tom TromeyRemove make_cleanup_value_free_to_mark
2018-07-19  Pedro Alvesgdbscm_wrap, really forward args
2018-07-18  Pedro AlvesEliminate cleanup in gdbscm_execute_gdb_command
2018-07-18  Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-07-18  Tom de Vries[gdb/exp] Fix printing of type of optimized out vla
2018-07-18  Maciej W. RozyckimicroMIPS: Add SYSCALL instruction decoding
2018-07-17  Tom TromeyReturn unique_xmalloc_ptr from gdbscm_scm_to_string
2018-07-17  Tom TromeyReturn unique_xmalloc_ptr from gdbscm_safe_eval_string
2018-07-17  Tom TromeyChange gdbscm_exception_message_to_string to return...
2018-07-17  Tom TromeyUse std::string in ppscm_make_pp_type_error_exception
2018-07-17  Jim WilsonRISC-V: Don't decrement pc after break.
2018-07-17  Jim WilsonRISC-V: Correct legacy misa register number.
2018-07-17  Tom TromeyRemove --disable-gdbcli
2018-07-17  Tom TromeyUse scoped_free_pendings in coff_symtab_read
2018-07-16  Jim WilsonRISC-V: Add osabi support.
2018-07-16  Simon MarchiAdd missing ChangeLog entry
2018-07-16  Simon MarchiFix compilation error in ia64-vms-tdep.c with libunwind...
2018-07-16  Simon Marchiremote-sim.c: Remove unused variables
2018-07-16  Simon MarchiAdd missing ChangeLog entry
2018-07-16  Tom TromeyUse outermost_context_p in more places
2018-07-16  Tom TromeyMove the using directives to buildsym_compunit
2018-07-16  Tom TromeyMake free_pending_blocks static
2018-07-16  Tom TromeyMove the subfile stack to buildsym_compunit
2018-07-16  Tom TromeyUse gdb_assert in two places in buildsym.c
2018-07-16  Tom TromeyRemove merge_symbol_lists
2018-07-16  Tom TromeyMove scan_file_globals declaration to stabsread.h
2018-07-16  Tom TromeyRemove buildsym_new_init
2018-07-16  Tom TromeyMove within_function to stabsread
2018-07-16  Tom TromeyMove processing_gcc to stabsread
2018-07-16  Tom TromeyMove some code from buildsym to stabsread
2018-07-16  Tom TromeyMake context_stack_size static in buildsym.c
2018-07-16  Tom TromeyMove processing_acc_compilation to dbxread.c
2018-07-16  Tom TromeyMove last_source_start_addr to buildsym_compunit
2018-07-16  Tom TromeyMove have_line_numbers to buildsym_compunit
2018-07-16  Tom TromeyMove pending_macros to buildsym_compunit
2018-07-16  Tom TromeyMove last_source file to buildsym_compunit
2018-07-16  Tom TromeyAdd assert in prepare_for_building
2018-07-16  Tom TromeyChange buildsym_compunit::comp_dir to be a unique_xmall...
2018-07-16  Tom TromeyUse new and delete for buildsym_compunit
2018-07-15  Simon MarchiFix filename in prior ChangeLog entry
2018-07-14  Simon MarchiRemove struct keyword in range-based for loop
2018-07-13  Stafford Hornegdb: Add Stafford Horne as or1k maintainer.
2018-07-13  Tom TromeyRemove a warning on macOS
2018-07-13  Andreas ArnezS390: Fix displaced stepping of "basr r,0"
2018-07-12  Philippe WaroquiersAdd a self-test for cli-utils.c
2018-07-12  Philippe WaroquiersAnnounce the user visible changes for frame/thread...
2018-07-12  Philippe WaroquiersAdd [FLAG]... arguments to 'thread apply'.
2018-07-12  Philippe WaroquiersImplement frame apply [all | COUNT | -COUNT | level...
2018-07-12  Philippe WaroquiersAdd helper functions parse_flags and parse_flags_qcs
2018-07-12  Sergio Durigan JuniorDeclare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long...
2018-07-11  Sergio Durigan JuniorImplement IPv6 support for GDB/gdbserver
2018-07-11  Pedro AlvesGDB: Work around D;PID handling bug in older GDBservers...
2018-07-11  Pedro Alvesgdb: Remove traces of h8300 ecoff support
2018-07-11  Sergio Durigan JuniorFix PR c++/23373: GDB hangs when printing a struct...
2018-07-11  Alan HaywardRename tdesc_register_size to tdesc_register_bitsize
2018-07-11  Tom TromeyUse std::vector for moribund_locations
2018-07-10  Andrew Burgessgdb/riscv: Fix assertion in inferior call code
2018-07-10  Andrew Burgessgdb/riscv: Use TYPE_SAFE_NAME
2018-07-09  Andrew Burgessgdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
2018-07-09  Tom TromeyDon't mention XM_CDEPS or NAT_CLIBS
2018-07-09  Tom TromeyRemove ADD_FILES and ADD_DEPS from Makefile.in
2018-07-09  Tom TromeyMinimize yacc and lex output
2018-07-09  Tom TromeyFix exec.c handling in Makefile
2018-07-09  Tom TromeyRemove lint support
2018-07-09  Tom TromeyUse a stamp file for version.c
2018-07-09  Tom TromeyUse a stamp file for init.c
2018-07-09  Tom TromeySimplify INIT_FILES
2018-07-09  Tom TromeyRemove some unused code from init.c build rule
2018-07-09  Tom TromeyRemove TSOBS from gdb/Makefile.in
2018-07-07  Jan Kratochvilcontrib/gdb-add-index.sh -dwarf-5
2018-07-07  Simon Marchiia64-tdep.c: Fix -Wwrite-strings errors
2018-07-06  Simon Marchidarwin: Silence syscall deprecated declaration warning
2018-07-05  Tom de Vries[gdb] Fix build error in macroexp.c
2018-07-04  Tom TromeyUse exit_inferior in darwin_attach_pid
2018-07-04  Simon Marchidarwin: Don't use sbrk
2018-07-04  Joel BrobeckerUpdate NEWS post GDB 8.2 branch creation.
2018-07-04  Joel BrobeckerBump version to 8.2.50.DATE-git.
2018-07-04  Vyacheslav BarinovWarn if /proc is not accessible
2018-07-04  Tom de Vries[gdb/symtab] Fix version check in dwarf compilation...
2018-07-04  Tom TromeyRemove VEC from breakpoint
2018-07-03  Tom TromeyRemove ptid_equal
2018-07-03  Tom TromeyRemove ptid_match
2018-07-03  Tom TromeyRemove ptid_tid_p
2018-07-03  Tom TromeyRemove ptid_lwp_p
2018-07-03  Tom TromeyRemove ptid_is_pid
2018-07-03  Tom TromeyRemove ptid_get_tid
2018-07-03  Tom TromeyRemove ptid_get_lwp
2018-07-03  Tom TromeyRemove ptid_get_pid
2018-07-03  Tom TromeyRemove pid_to_ptid
2018-07-03  Tom TromeyRemove ptid_build
2018-07-03  Tom TromeyRemove exit_inferior_num_silent
2018-07-03  Tom TromeyFix crash in "run" on macOS when gdb is not signed
2018-07-02  Maciej W. RozyckiGDB PR tdep/8282: MIPS: Wire in `set disassembler-options'
next
This page took 0.231011 seconds and 107 git commands to generate.