aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-01-22gdb: move remote_debug to remote.{h,c}Simon Marchi6-7/+17
2021-01-22gdb: move set remote commands to remote.cSimon Marchi3-36/+45
2021-01-22gdb: remove TYPE_OBJFILE macroSimon Marchi9-35/+35
2021-01-22gdb: remove TYPE_OBJFILE_OWNED macroSimon Marchi6-15/+19
2021-01-22gdb: add owner-related methods to struct typeSimon Marchi6-32/+104
2021-01-22gdb/doc: move @menu to the end of the nodeAndrew Burgess2-4/+8
2021-01-22gdb/doc: down case contents of @varAndrew Burgess2-2/+6
2021-01-22MAINTAINERS: Update my e-mail addressMaciej W. Rozycki1-2/+2
2021-01-21Handle additional connection errorLuis Machado2-0/+8
2021-01-21Fix build errors for armhfLuis Machado3-4/+11
2021-01-21gdb: convert auto-load to new-style debug macrosSimon Marchi5-102/+92
2021-01-21gdb: remove unused f77_array_offset_tbl from f-valprint.cSimon Marchi2-5/+4
2021-01-21gdb: convert bfd-cache to new-style debug macrosSimon Marchi2-29/+25
2021-01-21gdb: use interruptible_select when connecting to a remoteSimon Marchi2-1/+6
2021-01-21gdb/testsuite: improve logging in lib/tuiterm.expSimon Marchi2-171/+281
2021-01-21gdb/doc: reorder and group sections relating to aliasesAndrew Burgess2-189/+204
2021-01-21Add Python support for hardware breakpointsHannes Domani6-2/+53
2021-01-21gdb: convert arm to new-style debug macrosSimon Marchi2-19/+23
2021-01-20gdb: change debug_bfd_cache to boolSimon Marchi2-9/+16
2021-01-20gdb/testsuite: use multi_line in gdb.base/skip.expSimon Marchi1-30/+30
2021-01-20gdb/dwarf: add assertion in maybe_queue_comp_unitSimon Marchi2-1/+11
2021-01-20gdb/dwarf: add some logging in dwarf2/read.cSimon Marchi2-0/+20
2021-01-20gdb: make some variables staticSimon Marchi37-53/+97
2021-01-20gdb/remote.c: address conflicting enum and method nameJoel Sherrill2-5/+15
2021-01-20gdb/testsuite: rename _cur_x/_cur_y to _cur_col/_cur_row in lib/tuiterm.expSimon Marchi2-86/+94
2021-01-20gdb/testsuite: add links for handled control sequences in lib/tuiterm.expSimon Marchi2-9/+49
2021-01-20[gdb/testsuite] Fix gdb.python/py-format-string.exp with -m32Tom de Vries2-2/+9
2021-01-20[gdb/testsuite] Skip gdb.rust/*.exp for target board unix/-m32Tom de Vries2-1/+20
2021-01-20Fix a few stap parser issues and add a new test for probe expressionsSergio Durigan Junior5-5/+155
2021-01-19use DISABLE_COPY_AND_ASSIGN in switch_thru_all_uisLancelot SIX2-5/+6
2021-01-19trad-frame cleanupsLuis Machado28-232/+183
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado27-84/+147
2021-01-19Use gdb::array_view for setting value bytes in trad-frameLuis Machado4-19/+28
2021-01-19[gdb/testsuite] Fix gdb.base/step-over-syscall.exp with -m32Tom de Vries2-0/+28
2021-01-19[gdb/testsuite] Fix gdb.arch/i386-mpx.exp with -m32Tom de Vries2-1/+5
2021-01-18sim: bfin: delete accidental ADI copyrightMike Frysinger2-1/+5
2021-01-18gdb/testsuite: remove actual addresses from some test namesAndrew Burgess2-1/+7
2021-01-18gdb/riscv: use a single regset supply function for riscv fbsd & linuxAndrew Burgess5-20/+87
2021-01-18[gdb/tdep] Handle si_addr_bnd in compat_siginfo_from_siginfoTom de Vries2-0/+21
2021-01-18gdb: const-ify hostio methods parameter in remote.cSimon Marchi2-8/+18
2021-01-18gdb: move remote_target::start_remote variable to narrower scopeSimon Marchi2-5/+7
2021-01-18gdb: const-ify remote_target::add_current_inferior_and_thread parameterSimon Marchi2-5/+13
2021-01-18gdb: const-ify unpack_* functions in remote.cSimon Marchi2-25/+39
2021-01-15gdb/tui: compare pointer to nullptr, not 0Andrew Burgess2-2/+6
2021-01-15[gdb/testsuite] Fix gdb.fortran/array-slices.exp with -m32Tom de Vries2-1/+7
2021-01-14Add myself to gdb/MAINTAINERSLancelot SIX2-0/+5
2021-01-14Fix building gdb with gcc-4.xBernd Edlinger2-1/+10
2021-01-14[gdb/breakpoint] Handle .plt.sec in in_plt_sectionTom de Vries2-1/+7
2021-01-14[gdb/testsuite] Fix gdb.base/style.exp with -m32Tom de Vries2-6/+48
2021-01-13gdb: better handling of 'S' packetsAndrew Burgess5-55/+336