Remove netware support
[deliverable/binutils-gdb.git] / gdb /
2018-04-15  Simon MarchiAdd x86-tdep.o to i386/amd64 target build
2018-04-13  Andreas ArnezShow line numbers in output for "info var/func/type"
2018-04-13  Markus Metzgerbtrace: set/show record btrace cpu
2018-04-13  Markus Metzgerrecord: fix typo in "set record" output
2018-04-13  Markus Metzgerbtrace: fix output of "set record btrace"
2018-04-13  Markus Metzgerinfrun: step through indirect branch thunks
2018-04-12  Jan KratochvilFix -D_GLIBCXX_DEBUG gdb-add-index regression
2018-04-12  Tom TromeyRemove old univariant code from rust-lang.c
2018-04-12  Pedro AlvesFix Solaris build
2018-04-12  Pedro AlvesEliminate target_has_exited
2018-04-11  Simon MarchiAdd test for following fork on position-independent...
2018-04-11  Tom TromeyAdd Rust test case for ".." struct initializer
2018-04-11  Pedro AlvesFile I/O file handles after target closes
2018-04-11  Pedro AlvesC++ify fileio_fh_t, replace VEC with std::vector
2018-04-10  Simon MarchiIterate by index in auto_load_safe_path_vec_update
2018-04-10  Pedro AlvesFix gdb.base/fork-running-state.exp race
2018-04-10  Pedro AlvesReplace finish_thread_state_cleanup with a RAII class
2018-04-09  Simon MarchiAdd selftests for range_contains and insert_into_bit_ra...
2018-04-09  Simon MarchiUse an std::vector for inline_states
2018-04-09  Simon MarchiRemove VEC(tsv_s), use std::vector instead
2018-04-09  Simon MarchiAdapt and integrate string_view tests
2018-04-09  Simon MarchiCopy string_view tests from libstdc++
2018-04-09  Simon MarchiAdd gdb::string_view
2018-04-09  Simon MarchiCopy string_view files from libstdc++
2018-04-09  Simon MarchiUpdate ax_cv_cxx_compile_cxx.m4
2018-04-09  Pedro AlvesApply "Convert observers to C++" edit to gdbarch.sh
2018-04-07  Simon MarchiFix gdb.mi/mi-stack.exp when gcc generates a stack...
2018-04-07  Simon MarchiFix indentation in gdb.mi/mi-stack.exp
2018-04-07  Simon MarchiReplace make_cleanup_restore_current_traceframe with...
2018-04-07  Simon MarchiMake dwarf2_per_objfile::all_type_units an std::vector
2018-04-07  Simon MarchiMake dwarf2_per_objfile::all_comp_units an std::vector
2018-04-07  Simon MarchiRemove some usages of get_dwarf2_per_objfile
2018-04-07  Simon MarchiReplace dw2_get_cu/dw2_get_cutu with methods of dwarf2_...
2018-04-07  Simon MarchiRemove some unused variables in dwarf2read.c
2018-04-07  Simon MarchiDefer breakpoint reset when cloning progspace for fork...
2018-04-07  Simon MarchiImplement write_async_safe for mi_console_file (PR...
2018-04-07  Simon MarchiRemove stale file i386-avx.dat
2018-04-07  Simon MarchiFix generation of x86-64 gdbarch with osabi none (PR...
2018-04-07  Simon MarchiMake "set osabi none" really work (PR 22980)
2018-04-07  Simon MarchiMake target_read_alloc & al return vectors
2018-04-06  Tom TromeyChange value::contents to be a unique_xmalloc_ptr
2018-04-06  Tom TromeyRemove range_s VEC
2018-04-06  Tom TromeyChange value::parent to a value_ref_ptr
2018-04-06  Tom TromeyUse new and delete for values
2018-04-06  Tom TromeyRemove value::next and value::released
2018-04-06  Tom TromeyRemove free_value_chain
2018-04-06  Tom TromeyRemove free_all_values
2018-04-06  Tom TromeyChange value history to use value_ref_ptr
2018-04-06  Tom TromeyChange varobj to use value_ref_ptr
2018-04-06  Tom TromeyChange last_examine_value to value_ref_ptr
2018-04-06  Tom TromeyChange breakpoints to use value_ref_ptr
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-04-06  Simon MarchiAdd -Wno-error=deprecated-register to gdb build flags
2018-04-05  Tom TromeyRemove unnecessary include from linespec.h
2018-04-05  Tom TromeyRemove typep and VEC(typep) from linespec.c
2018-04-05  Tom TromeyMore use of std::vector in linespec.c
2018-04-05  Tom TromeyChange streq to return bool
2018-04-05  Tom TromeyRemove a string copy from event_location_to_sals
2018-04-05  Tom TromeyHave filter_results take a std::vector
2018-04-05  Tom TromeyReturn std::string from canonical_to_fullform
2018-04-05  Tom TromeyMake copy_token_string return unique_xmalloc_ptr
2018-04-05  Tom TromeyFix some indentation in linespec.c
2018-04-05  Tom TromeyRemove some cleanups from search_minsyms_for_name
2018-04-03  Tom TromeyChange read_alphacoff_dynamic_symtab to use gdb::byte_v...
2018-04-02  Weimin PanAdd myself as a write-after-approval GDB maintainer.
2018-04-02  Joel BrobeckerFix merge issues in gdb/ChangeLog and gdb/testsuite...
2018-04-02  Weimin PanFix infinite recursion when printing static member...
2018-04-02  Joel Brobeckergdb/ChangeLog: Fix filenames in a couple of entries
2018-04-02  Tom TromeyChange rs6000_ptrace_ldinfo to return a byte_vector
2018-04-01  Simon MarchiRemove char_ptr typedef
2018-03-30  Simon MarchiRemove usage of VEC(char_ptr) in gdbscm_parse_function_args
2018-03-30  Simon MarchiUse std::vector and std::string instead of VEC(char_ptr...
2018-03-30  Simon MarchiUse std::vector in uploaded_tp
2018-03-30  Tom TromeyRemove some cleanups from solib-svr4.c
2018-03-30  Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-30  Tom TromeyRemove free_dwo_file_cleanup
2018-03-30  Tom TromeyRemove parameter from free_dwo_file
2018-03-30  Tom TromeyRemove free_cached_comp_units cleanups
2018-03-30  Tom TromeyRemove make_cleanup_unpush_target
2018-03-27  Tom TromeyRemove cleanups from prompt_for_continue
2018-03-27  Tom TromeyRemove cleanups from gdb_readline_wrapper
2018-03-27  Tom TromeyC++-ify typedef hash
2018-03-27  Tom TromeyInclude <cmath> in dwarf-index-write.c
2018-03-27  Joel Brobeckerset varsize-limit: New GDB setting for maximum dynamic...
2018-03-27  Simon MarchiMove DWARF index-related things to a separate file
2018-03-27  Joel Brobeckerproblem looking up some symbols when they have a linkag...
2018-03-27  Tom TromeyRemove verbose code from backtrace command
2018-03-27  Tom TromeySimplify exception handling in py-framefilter.c
2018-03-27  Tom TromeyImprove "backtrace" help text
2018-03-27  Tom TromeyCall wrap_hint in one more spot in py-framefilter.c
2018-03-27  Tom TromeyReturn EXT_LANG_BT_ERROR in one more spot in py-framefi...
2018-03-27  Tom TromeyMove some code later in backtrace_command_1
2018-03-27  Tom TromeyThrow a "quit" on a KeyboardException in py-framefilter.c
2018-03-27  Tom TromeyAllow C-c to work in backtrace in more cases
2018-03-27  Tom TromeyAvoid manual resource management in py-framefilter.c
2018-03-27  Tom TromeyRemove EXT_LANG_BT_COMPLETED
2018-03-27  Tom TromeyAllow hiding of some filtered frames
2018-03-27  Tom TromeyChange backtrace_command_1 calling to use flags
2018-03-27  Tom TromeyRationalize "backtrace" command line parsing
2018-03-26  Simon MarchiRemove DEF_VEC_I(offset_type)
next
This page took 0.044042 seconds and 7 git commands to generate.