aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-07Automatic date update in version.inGDB Administrator1-1/+1
2020-04-06Implement basic threading support in the NetBSD targetKamil Rytarowski3-0/+185
2020-04-06Select variant field when printing variantTom Tromey7-2/+146
2020-04-06Fix build breakage in NetBSD tdep filesTom Tromey7-2/+15
2020-04-06Handle complex error type in read_base_typeTom Tromey2-1/+18
2020-04-06Add signal number conversions for NetBSDKamil Rytarowski14-0/+342
2020-04-06Automatic date update in version.inGDB Administrator1-1/+1
2020-04-05Automatic date update in version.inGDB Administrator1-1/+1
2020-04-03elf: Remove zero-sized relocation section from section groupH.J. Lu2-11/+32
2020-04-04Automatic date update in version.inGDB Administrator1-1/+1
2020-04-03Fix attributes of typed enums of typedefsHannes Domani5-4/+83
2020-04-03Fix DWARF disassembly of DW_OP_const_typeTom Tromey2-0/+11
2020-04-03Automatic date update in version.inGDB Administrator1-1/+1
2020-04-02gdb: use bfd_get_section_contents to read section contents in is_linked_with_...Simon Marchi4-8/+36
2020-04-02gdb: replace some calls to internal_error with gdb_assertSimon Marchi5-18/+21
2020-04-02Avoid assertion failure due to complex type changeTom Tromey2-2/+12
2020-04-02Micro-optimize partial_die_info::readTom Tromey2-4/+8
2020-04-02gdb: Don't remove duplicate entries from the line tableAndrew Burgess10-14/+358
2020-04-02gdb/testsuite: Add support for DW_LNS_set_file to DWARF compilerAndrew Burgess2-0/+10
2020-04-02gdb/testsuite: Add compiler options parameter to function_range helperAndrew Burgess2-2/+7
2020-04-02[gdb/testsuite] Don't use O2 for inlining in break-inline-psymtab.expTom de Vries3-3/+8
2020-04-02NOCF_PROTECTION_CFLAGS: Replace nopie with availableH.J. Lu2-3/+8
2020-04-02ld: Add NOCF_PROTECTION_CFLAGS to turn off -fcf-protectionH.J. Lu4-8/+57
2020-04-02coff-go32-exe: support variable-length stubsJan W. Jagersma13-328/+277
2020-04-02gdbserver/linux-low: delete 'linux_target_ops' and 'the_low_target'Tankut Baris Aktemur21-75/+24
2020-04-02gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a methodTankut Baris Aktemur6-24/+36
2020-04-02gdbserver/linux-low: turn 'get_syscall_trapinfo' into a methodTankut Baris Aktemur8-43/+123
2020-04-02gdbserver/linux-low: turn 'supports_hardware_single_step' into a methodTankut Baris Aktemur16-149/+82
2020-04-02gdbserver/linux-low: turn 'supports_range_stepping' into a methodTankut Baris Aktemur16-26/+54
2020-04-02gdbserver/linux-low: turn 'emit_ops' into a methodTankut Baris Aktemur16-39/+54
2020-04-02gdbserver/linux-low: turn fast tracepoint ops into methodsTankut Baris Aktemur16-158/+189
2020-04-02gdbserver/linux-low: turn 'get_thread_area' into a methodTankut Baris Aktemur16-57/+103
2020-04-02gdbserver/linux-low: turn 'supports_tracepoints' into a methodTankut Baris Aktemur16-42/+63
2020-04-02gdbserver/linux-low: turn 'process_qsupported' into a methodTankut Baris Aktemur16-32/+38
2020-04-02gdbserver/linux-low: turn 'prepare_to_resume' into a methodTankut Baris Aktemur17-27/+82
2020-04-02gdbserver/linux-low: turn process/thread addition/deletion ops into methodsTankut Baris Aktemur18-205/+356
2020-04-02gdbserver/linux-low: turn 'siginfo_fixup' into a methodTankut Baris Aktemur17-38/+72
2020-04-02gdbserver/linux-low: turn '{collect, supply}_ptrace_register' into methodsTankut Baris Aktemur18-70/+133
2020-04-02gdbserver/linux-low: turn watchpoint ops into methodsTankut Baris Aktemur18-106/+157
2020-04-02gdbserver/linux-low: turn 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur18-88/+172
2020-04-02gdbserver/linux-low: turn 'supports_z_point_type' into a methodTankut Baris Aktemur18-59/+98
2020-04-02gdbserver/linux-low: turn 'breakpoint_at' into a methodTankut Baris Aktemur22-111/+247
2020-04-02gdbserver/linux-low: turn the 'decr_pc_after_break' field into a methodTankut Baris Aktemur21-21/+91
2020-04-02gdbserver/linux-low: turn 'supports_software_single_step' and 'get_next_pcs' ...Tankut Baris Aktemur21-50/+84
2020-04-02gdbserver/linux-low: turn 'sw_breakpoint_from_kind' into a methodTankut Baris Aktemur22-84/+205
2020-04-02gdbserver/linux-low: turn 'breakpoint_kind_from_{pc, current_state}' into met...Tankut Baris Aktemur21-73/+79
2020-04-02gdbserver/linux-low: turn 'get_pc' and 'set_pc' into methodsTankut Baris Aktemur21-95/+597
2020-04-02gdbserver/linux-low: turn some more static functions into private methodsTankut Baris Aktemur3-121/+213
2020-04-02gdbserver/linux-low: turn 'fetch_register' into a methodTankut Baris Aktemur22-46/+80
2020-04-02gdbserver/linux-low: turn 'cannot_{fetch/store}_register' into methodsTankut Baris Aktemur22-189/+453