Simplify tui_update_source_windows_with_addr
[binutils-gdb.git] / gdb / gdbsupport /
2019-12-19 Christian BiesingerConsistently quote variables used with "test"
2019-12-18 Tom TromeyFix pthread_setname_np build error
2019-12-16 Tom TromeyConstify get_exec_file
2019-12-16 Christian BiesingerUpdate Gnulib to the latest git version
2019-12-14 Sergio Durigan JuniorGuard against 'current_directory == NULL' on gdb_abspat...
2019-12-13 Tom TromeySuppress ARI warnings for vsprintf
2019-12-13 Tom TromeyFix the gdb build with GCC 7
2019-12-12 Tom TromeyIntroduce basic_safe_range
2019-12-12 Tom TromeyFix the thread-pool.c compilation
2019-12-12 Luis MachadoFix unused function error
2019-12-11 Tom TromeyFix build on macOS
2019-12-10 Christian BiesingerSuppress the "unused function" warning for select_strer...
2019-12-10 Christian BiesingerReplace the remaining uses of strerror with safe_strerror
2019-12-04 Simon MarchiCompare iterators, not values, in filtered_iterator...
2019-11-26 Tom TromeySet names of worker threads
2019-11-26 Tom TromeyDemangle minsyms in parallel
2019-11-26 Christian BiesingerImplement a thread pool
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-21 Tom TromeyHandle %I64d in format_pieces
2019-11-15 Christian BiesingerUse gnulib's strerror_r on MinGW
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-12 Andrew Burgessgdb: Support printf 'z' size modifier
2019-11-10 Andrew Burgessgdb_vecs.h: Avoid self move assign
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-10-31 Christian BiesingerUse strerror_r in safe_strerror if available
2019-10-31 Christian BiesingerConvert int to bool in agent.c
2019-10-29 Christian BiesingerReplace bsearch with a std::lower_bound-based search
2019-10-28 Christian BiesingerAdd a string_view version of startswith
2019-10-23 Tom TromeyCheck for sigprocmask in common.m4
2019-10-19 Simon Marchigdb: Make startswith return a bool
2019-10-16 Christian BiesingerAllow not saving the signal state in SIGSETJMP
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-11 Jim WilsonImprove comments in print-utils.h.
2019-10-03 Andrew Burgessgdb: Remove whitespace in 'std::vector <...>'
2019-10-02 Tom TromeyFix type of startup_with_shell in gdbserver
2019-10-02 Christian BiesingerAdd missing includes to gdb_assert.h and gdb_string_view.h
2019-10-02 Andrew Burgessgdb: Change a VEC to std::vector in btrace.{c,h}
2019-10-02 Andrew Burgessgdb: Remove a VEC from gdbsupport/btrace-common.h
2019-10-01 Pedro AlvesIntroduce gdb-specific %p format suffixes
2019-10-01 Tom TromeyDon't create empty literal pieces
2019-09-26 Sergio Durigan JuniorRevert "Improve ptrace-error detection on Linux targets"
2019-09-26 Sergio Durigan JuniorImprove ptrace-error detection on Linux targets
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-08-23 Sergio Durigan JuniorMove gdb-dlfcn.[ch] to gdbsupport/
2019-07-11 Andrew Burgessgdb: Allow quoting around string options in the gdb...
2019-07-09 Tom TromeyRename common to gdbsupport