Make struct symbol inherit from general_symbol_info
[deliverable/binutils-gdb.git] / gdb /
2019-11-12  Christian BiesingerMake struct symbol inherit from general_symbol_info
2019-11-12  Tom TromeyConsolidate setting of current_layout
2019-11-12  Tom TromeyMove _initialize_tui_layout to end of file
2019-11-12  Tom TromeyMake TUI resizing tests more robust
2019-11-11  Tom TromeyDocument and extend readline-bindable functions
2019-11-11  Tom TromeyDocument operate-and-get-next
2019-11-11  Christian BiesingerUse getpwuid_r instead of getpwuid
2019-11-11  Tom TromeyFix typo in vFile:pwrite documentation
2019-11-10  Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-11-10  Andrew Burgessgdb/python: smarter symbol lookup for gdb.lookup_static...
2019-11-10  Andrew Burgessgdb: Add a class to track last display symtab and line...
2019-11-10  Andrew Burgessgdb: Convert frame_show_address to return a bool
2019-11-10  Andrew Burgessgdb_vecs.h: Avoid self move assign
2019-11-10  Tom TromeyRemove can_highlight from TUI windows
2019-11-10  Tom TromeyRemove unused constructor declaration from cli_style_option
2019-11-08  Tom TromeyConstify command_line_input
2019-11-07  Tom de Vries[gdb/contrib] Add words.sh script
2019-11-06  Christian BiesingerUse strtok_r instead of strtok
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-11-06  Tom TromeyFix regression from TUI disassembly style patch
2019-11-05  Tom TromeyRemove la_get_string member
2019-11-05  Tom TromeyStyle disassembly in the TUI
2019-11-05  Tom TromeyChange tui_source_element::line to have type std::string
2019-11-05  Christian BiesingerFix ARI warning in symtab.h
2019-11-04  Christian BiesingerAdd static_asserts for the sizes of space-critical...
2019-11-04  Rainer OrthObsolete Solaris 10 support
2019-11-02  Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-11-02  Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-11-01  Tom TromeySimplify print_sys_errmsg
2019-11-01  Tom TromeyFix up safe_strerror constification
2019-11-01  Christian BiesingerMove check for strerror_r to common.m4 where it belongs
2019-11-01  Luis Machado[ARM, thumb] Fix disassembling bug after reloading...
2019-10-31  Andrew Burgessgdb: Don't print a newline in language la_print_typedef...
2019-10-31  Andrew Burgessgdb: Add new commands to list module variables and...
2019-10-31  Andrew Burgessgdb/fortran: Add new 'info modules' command
2019-10-31  Philippe WaroquiersNEWS and documentation for $_gdb_setting and $_gdb_sett...
2019-10-31  Philippe WaroquiersTest the convenience functions $_gdb_setting and $_gdb_...
2019-10-31  Philippe WaroquiersImplement convenience functions to examine GDB settings.
2019-10-31  Christian BiesingerAlso check for strerror_r in gdbserver
2019-10-31  Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-10-31  Christian BiesingerDon't read agent symbols when disabled
2019-10-31  Christian BiesingerRegenerate config.in
2019-10-31  Christian BiesingerUse strerror_r in safe_strerror if available
2019-10-31  Luis Machado[ARM] Store exception handling information per-bfd...
2019-10-31  Christian BiesingerConvert int to bool in agent.c
2019-10-31  Tom de Vries[gdb/testsuite] Remove superfluous 3rd argument from...
2019-10-30  Tom de Vries[gdb/testsuite] Add -early pattern flag for gdb_test_mu...
2019-10-30  Christian BiesingerOnly clear the minsym array when necessary
2019-10-29  Simon MarchiRemove unused includes in infcmd.c and infrun.c
2019-10-29  Simon MarchiClean up ada-lang.h
2019-10-29  Simon MarchiRemove unused includes in ada-*.c files
2019-10-29  Simon Marchiaddrmap: use gdb_static_assert for type size assertions
2019-10-29  Christian BiesingerChange some arguments to gdb::string_view instead of...
2019-10-29  Christian BiesingerOnly make a nullterminated string if we need to
2019-10-29  Christian BiesingerReplace bsearch with a std::lower_bound-based search
2019-10-29  Christian BiesingerLoad system gdbinit files from a directory
2019-10-28  Christian BiesingerAdd a string_view version of startswith
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-25  Ali TamurFix find_charset_names.
2019-10-25  Christian BiesingerRevert unintentional change in symtab.c
2019-10-25  Christian BiesingerDon't make an extra copy + allocation of the demangled...
2019-10-25  Tom TromeyAllow out-of-order reads of CIEs
2019-10-25  Tom Tromeygdbserver does not need xstrdup
2019-10-25  Tom de Vries[gdb/testsuite] Use -wrap and $gdb_test_name in gdb_tes...
2019-10-24  H.J. LuCall forget_cached_source_info to clear the stale sourc...
2019-10-24  Christian BiesingerRemove python_has_threads check in configure.ac
2019-10-24  Christian BiesingerSimplify Python checks in configure.ac
2019-10-24  Tom de Vries[gdb/testsuite] Add -wrap pattern flag to gdb_test_multiple
2019-10-24  Andrew Burgessgdb/python: Return None from Progspace.block_for_pc...
2019-10-23  Tom TromeyFix opcodes includes
2019-10-23  Tom TromeyMove readline to the readline/readline subdirectory
2019-10-23  Tankut Baris Aktemurinfcall: refactor 'call_function_by_hand_dummy'
2019-10-23  Tankut Baris Aktemurinfcall: remove unused parameter in 'value_arg_coerce'
2019-10-23  Tankut Baris Aktemurinfcall: move assertions in 'call_function_by_hand_dumm...
2019-10-23  Tankut Baris AktemurAdd myself to the gdb/MAINTAINERS write-after-approval...
2019-10-23  Christian BiesingerAdd a note for how to get the list of threads
2019-10-23  Tom TromeyCheck for sigprocmask in common.m4
2019-10-23  Tom TromeyUse m4_include, not sinclude in .m4 files
2019-10-23  Tom de Vries[gdb/breakpoints] Fix fullname.exp when run from symlin...
2019-10-22  Christian BiesingerMake demangled_name_entry::language not a bitfield
2019-10-22  Christian BiesingerFix compile error & incorrect push
2019-10-22  Christian BiesingerUse libxxhash for hashing, if present
2019-10-22  Christian BiesingerAdd a fast_hash function in common-utils
2019-10-22  Christian BiesingerStore the mangled name as a string_view
2019-10-21  Ali TamurDWARF 5 support: Handle line table and file indexes
2019-10-21  Andrew Burgessgdb: Ensure that !(a < a) is true in sort_cmp on obj_se...
2019-10-21  Tom TromeyRemove tui_exec_info_content
2019-10-21  Tom TromeyFix creation of nm.h when configure is changed
2019-10-21  Tom de Vries[gdb/testsuite] Compile infcall-nested-structs.exp...
2019-10-21  Tom TromeyMake unlink_objfile and put_objfile_before static
2019-10-19  Simon Marchigdb: Make startswith return a bool
2019-10-19  Christian BiesingerReplace some more qsort calls with std::sort
2019-10-19  Sergio Durigan JuniorFix typos in symfile.c and i386-darwin-tdep.c
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-17  Tom TromeyFix creation of stamp-h by gdb's configure script
2019-10-17  Tom de Vries[gdb] Fix typos in comments
2019-10-17  Tom de Vries[gdb/testsuite] Fix gdb.fortran/module.exp for debug...
2019-10-17  Tom TromeyConstify objfile::original_name
2019-10-16  Andrew Burgessgdb/fortran: Add test for module variables in 'info...
2019-10-16  Andrew Burgessgdb/testsuite: Allow cc-with-tweaks board file to be...
next
This page took 0.044539 seconds and 7 git commands to generate.