aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Simplify print_sys_errmsgTom Tromey2-6/+5
2019-11-01Fix up safe_strerror constificationTom Tromey2-1/+5
2019-11-01Move check for strerror_r to common.m4 where it belongsChristian Biesinger7-7/+18
2019-11-01[ARM, thumb] Fix disassembling bug after reloading a symbol fileLuis Machado5-10/+113
2019-10-31gdb: Don't print a newline in language la_print_typedef methodsAndrew Burgess8-10/+18
2019-10-31gdb: Add new commands to list module variables and functionsAndrew Burgess11-3/+586
2019-10-31gdb/fortran: Add new 'info modules' commandAndrew Burgess13-9/+201
2019-10-31NEWS and documentation for $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers4-1/+107
2019-10-31Test the convenience functions $_gdb_setting and $_gdb_setting_str.Philippe Waroquiers4-10/+179
2019-10-31Implement convenience functions to examine GDB settings.Philippe Waroquiers4-2/+244
2019-10-31Also check for strerror_r in gdbserverChristian Biesinger4-2/+11
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (2)Tom de Vries33-183/+177
2019-10-31Don't read agent symbols when disabledChristian Biesinger2-4/+22
2019-10-31Regenerate config.inChristian Biesinger2-0/+7
2019-10-31Use strerror_r in safe_strerror if availableChristian Biesinger6-17/+33
2019-10-31[ARM] Store exception handling information per-bfd instead of per-objfileLuis Machado2-4/+13
2019-10-31Convert int to bool in agent.cChristian Biesinger5-16/+30
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test callTom de Vries29-144/+89
2019-10-30[gdb/testsuite] Add -early pattern flag for gdb_test_multipleTom de Vries2-9/+41
2019-10-30Only clear the minsym array when necessaryChristian Biesinger2-8/+22
2019-10-29Remove unused includes in infcmd.c and infrun.cSimon Marchi3-12/+5
2019-10-29Clean up ada-lang.hSimon Marchi3-483/+491
2019-10-29Remove unused includes in ada-*.c filesSimon Marchi4-21/+7
2019-10-29addrmap: use gdb_static_assert for type size assertionsSimon Marchi2-11/+11
2019-10-29Change some arguments to gdb::string_view instead of name+lenChristian Biesinger15-147/+188
2019-10-29Only make a nullterminated string if we need toChristian Biesinger3-19/+28
2019-10-29Replace bsearch with a std::lower_bound-based searchChristian Biesinger4-14/+77
2019-10-29Load system gdbinit files from a directoryChristian Biesinger11-22/+235
2019-10-28Add a string_view version of startswithChristian Biesinger2-0/+17
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries108-124/+240
2019-10-25Fix find_charset_names.Ali Tamur2-4/+7
2019-10-25Revert unintentional change in symtab.cChristian Biesinger1-1/+1
2019-10-25Don't make an extra copy + allocation of the demangled nameChristian Biesinger2-25/+21
2019-10-25Allow out-of-order reads of CIEsTom Tromey2-75/+25
2019-10-25gdbserver does not need xstrdupTom Tromey2-12/+4
2019-10-25[gdb/testsuite] Use -wrap and $gdb_test_name in gdb_test_multiple calls (2)Tom de Vries7-51/+47
2019-10-24Call forget_cached_source_info to clear the stale source cacheH.J. Lu2-0/+9
2019-10-24Remove python_has_threads check in configure.acChristian Biesinger3-45/+5
2019-10-24Simplify Python checks in configure.acChristian Biesinger4-95/+29
2019-10-24[gdb/testsuite] Add -wrap pattern flag to gdb_test_multipleTom de Vries3-12/+38
2019-10-24gdb/python: Return None from Progspace.block_for_pc on errorAndrew Burgess4-5/+25
2019-10-23Fix opcodes includesTom Tromey9-11/+27
2019-10-23Move readline to the readline/readline subdirectoryTom Tromey4-3/+11
2019-10-23infcall: refactor 'call_function_by_hand_dummy'Tankut Baris Aktemur2-25/+45
2019-10-23infcall: remove unused parameter in 'value_arg_coerce'Tankut Baris Aktemur2-5/+9
2019-10-23infcall: move assertions in 'call_function_by_hand_dummy' to an earlier spotTankut Baris Aktemur2-20/+25
2019-10-23Add myself to the gdb/MAINTAINERS write-after-approval listTankut Baris Aktemur2-0/+5
2019-10-23Add a note for how to get the list of threadsChristian Biesinger2-0/+8
2019-10-23Check for sigprocmask in common.m4Tom Tromey7-5/+21
2019-10-23Use m4_include, not sinclude in .m4 filesTom Tromey6-30/+45