Implement a thread pool
[binutils-gdb.git] / gdb /
2019-11-26 Christian BiesingerImplement a thread pool
2019-11-26 Tom TromeyIntroduce thread-safe way to handle SIGSEGV
2019-11-26 Tom TromeyIntroduce run_on_main_thread
2019-11-26 Tom TromeyIntroduce alternate_signal_stack RAII class
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-11-26 Tom TromeyAdd configure check for std::thread
2019-11-26 Tom TromeyDefer minimal symbol name-setting
2019-11-26 Philippe WaroquiersFix crashes due to python GIL released too early
2019-11-26 Simon MarchiFix declaration of sparc_xfer_wcookie
2019-11-26 Simon MarchiRemove simulator_command declaration, make static
2019-11-26 Simon MarchiMake functions static in unittests
2019-11-26 Simon MarchiRemove declaration of tui_set_var_cmd, make definition...
2019-11-26 Simon MarchiRemove unused rbreak_command_wrapper and other declarations
2019-11-26 Simon MarchiRemove info_terminal_command declaration, make definiti...
2019-11-26 Simon MarchiRemove unused overload of exit_inferior_silent
2019-11-26 Simon MarchiRemove dict_empty/mdict_empty
2019-11-26 Simon MarchiMake a bunch of functions static
2019-11-26 Simon MarchiRemove unused function set_gdb_completion_word_break_ch...
2019-11-26 Simon MarchiAdd missing includes in dwarf-index-write.c and mi...
2019-11-26 Simon MarchiInclude aarch32-tdep.h in aarch32-tdep.c
2019-11-26 Christian BiesingerUse safe_strerror instead of strerror where possible
2019-11-26 Tom TromeyFix gdbserver ChangeLog entry
2019-11-25 Tom de Vries[gdb/contrib] Add -c option to words.sh script
2019-11-25 Christian BiesingerReplace int with bool in solib.c
2019-11-25 Luis Machado[Debugging output] Make remote packet truncation length...
2019-11-24 Simon MarchiInclude gdbarch.h in m68k-linux-nat.c
2019-11-24 Tom TromeyUse bool in require_partial_symbols
2019-11-22 Tom TromeyRestore parameter names in observable.h
2019-11-22 Tom TromeyAvoid crash in print_ada_task_info
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22 Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-22 Christian BiesingerCreate a correctly-sized demangled names hashtable
2019-11-22 Tom de Vries[gdb/contrib] Improve words extraction in words.sh...
2019-11-22 Tom de Vries[gdb/contrib] Combine sed invocations in words.sh script
2019-11-21 Christian BiesingerRename demangle.c to gdb-demangle.c, and some cleanup
2019-11-21 Tom TromeyHandle %I64d in format_pieces
2019-11-21 Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-11-21 Lukas Durfinagdb/testsuite: skip gdb.arch/amd64-eval.exp when target...
2019-11-21 Simon Marchigdb: remove gen_ret_current_ui_field_ptr
2019-11-21 Tom de Vries[gdb] Only force INTERP_CONSOLE ui_out for breakpoint...
2019-11-20 Sergio Durigan JuniorAdd missing parentheses on 'print' (gdb.python/py-progs...
2019-11-20 Luis MachadoImprove target description check for SVE in gdbserver
2019-11-19 Tom TromeyFix the "winheight" command
2019-11-19 Ali TamurReplace "if (attr)" with "if (attr != nullptr)".
2019-11-19 Tom TromeyReport GetLastError value when DebugActiveProcess fails
2019-11-19 Andrew Burgessgdb/testsuite: Merge whatis.exp and ctf-whatis.exp
2019-11-19 Andrew Burgessgdb/testsuite: Merge cvexpr.exp and ctf-cvexpr.exp
2019-11-19 Andrew Burgessgdb/testsuite: Introduce skip_ctf_tests guard function
2019-11-19 Sergio Durigan JuniorFix crash with core + TUI + run
2019-11-18 Philippe WaroquiersFix a bunch of python leaks due to missing calls to...
2019-11-18 Christian BiesingerDon't use class-initialization for the owner union
2019-11-15 Christian BiesingerUse gnulib's strerror_r on MinGW
2019-11-15 Christian BiesingerUse ctime_r and localtime_r for threadsafety
2019-11-15 Christian BiesingerImport the time_r gnulib module
2019-11-15 Christian BiesingerImport the strerror_r-posix module and use it in GDB.
2019-11-15 Christian BiesingerUpdate README
2019-11-14 Tom TromeyAllow re-assigning to convenience variables
2019-11-14 Tom de Vries[gdb/doc] Fix typos
2019-11-14 Simon Marchigdb: fix build error in unittests/vec-utils-selftests.c
2019-11-14 Philippe WaroquiersFix python gdbpy_breakpoint_object leak.
2019-11-13 Tom TromeyRemove symbol-related static asserts
2019-11-12 Andrew Burgessgdb: Support printf 'z' size modifier
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.
next