aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-07-16remote-sim.c: Remove unused variablesSimon Marchi2-6/+5
2018-07-16Add missing ChangeLog entrySimon Marchi1-0/+6
2018-07-16Fix compilation error in ia64-tdep.c with libunwind-ia64Simon Marchi1-15/+9
2018-07-16Use outermost_context_p in more placesTom Tromey5-13/+21
2018-07-16Move the using directives to buildsym_compunitTom Tromey5-26/+77
2018-07-16Make free_pending_blocks staticTom Tromey5-8/+20
2018-07-16Move the subfile stack to buildsym_compunitTom Tromey3-28/+24
2018-07-16Use gdb_assert in two places in buildsym.cTom Tromey2-10/+7
2018-07-16Remove merge_symbol_listsTom Tromey3-30/+5
2018-07-16Move scan_file_globals declaration to stabsread.hTom Tromey4-7/+13
2018-07-16Remove buildsym_new_initTom Tromey8-22/+21
2018-07-16Move within_function to stabsreadTom Tromey6-6/+15
2018-07-16Move processing_gcc to stabsreadTom Tromey4-8/+12
2018-07-16Move some code from buildsym to stabsreadTom Tromey5-25/+36
2018-07-16Make context_stack_size static in buildsym.cTom Tromey3-4/+9
2018-07-16Move processing_acc_compilation to dbxread.cTom Tromey3-8/+13
2018-07-16Move last_source_start_addr to buildsym_compunitTom Tromey6-27/+73
2018-07-16Move have_line_numbers to buildsym_compunitTom Tromey2-9/+15
2018-07-16Move pending_macros to buildsym_compunitTom Tromey2-28/+39
2018-07-16Move last_source file to buildsym_compunitTom Tromey2-18/+36
2018-07-16Add assert in prepare_for_buildingTom Tromey2-0/+5
2018-07-16Change buildsym_compunit::comp_dir to be a unique_xmalloc_ptrTom Tromey2-6/+12
2018-07-16Use new and delete for buildsym_compunitTom Tromey2-50/+49
2018-07-15Fix filename in prior ChangeLog entrySimon Marchi1-4/+5
2018-07-13Remove struct keyword in range-based for loopSimon Marchi2-1/+6
2018-07-14gdb: Add Stafford Horne as or1k maintainer.Stafford Horne2-0/+7
2018-07-13Expect for another variant of error message when gdbserver cannot resolve hos...Sergio Durigan Junior2-1/+7
2018-07-13Remove a warning on macOSTom Tromey2-1/+6
2018-07-13S390: Fix displaced stepping of "basr r,0"Andreas Arnez2-0/+8
2018-07-13GDBserver: Pass process_info pointer to target_killPedro Alves9-40/+43
2018-07-13GDBserver: Pass process_info pointer to target_detach and target_joinPedro Alves8-46/+48
2018-07-12Add a self-test for cli-utils.cPhilippe Waroquiers3-0/+260
2018-07-12Modify gdb.threads/pthreads.exp to test FLAG qcs arguments for thread apply.Philippe Waroquiers2-4/+84
2018-07-12Add a test for 'frame apply'Philippe Waroquiers3-0/+293
2018-07-12Announce the user visible changes for frame/thread apply in NEWS.Philippe Waroquiers2-0/+31
2018-07-12Documents the new commands 'frame apply', faas, taas, tfaasPhilippe Waroquiers2-2/+193
2018-07-12Add [FLAG]... arguments to 'thread apply'.Philippe Waroquiers2-24/+119
2018-07-12Implement frame apply [all | COUNT | -COUNT | level LEVEL... ] [FLAG]... COMM...Philippe Waroquiers2-23/+300
2018-07-12Add helper functions parse_flags and parse_flags_qcsPhilippe Waroquiers5-13/+151
2018-07-12Declare 'ioarg' (from ser-tcp.c:try_connect) as 'u_long' when on Windows (and...Sergio Durigan Junior2-0/+9
2018-07-11Implement IPv6 support for GDB/gdbserverSergio Durigan Junior20-197/+1116
2018-07-11GDB: Work around D;PID handling bug in older GDBservers (PR gdb/23377)Pedro Alves2-0/+14
2018-07-11GDBserver: Don't assume a current process in D;PID implementation (PR gdb/23377)Pedro Alves4-24/+40
2018-07-11gdb: Remove traces of h8300 ecoff supportPedro Alves2-4/+5
2018-07-11Fix PR c++/23373: GDB hangs when printing a struct with a static member of it...Sergio Durigan Junior5-1/+35
2018-07-11GDBserver: Fix "Cond. jump or move depends on uninit value" in x87 codePedro Alves4-46/+50
2018-07-11Rename tdesc_register_size to tdesc_register_bitsizeAlan Hayward5-8/+14
2018-07-10Use std::vector for moribund_locationsTom Tromey3-27/+26
2018-07-10gdb/testsuite: Run test with software and hardware watchpointsAndrew Burgess2-66/+115
2018-07-10gdb/riscv: Fix assertion in inferior call codeAndrew Burgess2-5/+24