aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-20gdbserver: turn target op 'supports_multi_process' into a methodTankut Baris Aktemur8-12/+35
2020-02-20gdbserver: turn non-stop and async target ops into methodsTankut Baris Aktemur9-64/+86
2020-02-20gdbserver: turn target op 'qxfer_siginfo' into a methodTankut Baris Aktemur10-18/+83
2020-02-20gdbserver: turn target op 'qxfer_osdata' into a methodTankut Baris Aktemur9-16/+66
2020-02-20gdbserver: turn target op 'hostio_last_error' into a methodTankut Baris Aktemur9-16/+40
2020-02-20gdbserver: turn target op 'get_tls_address' into a methodTankut Baris Aktemur9-20/+77
2020-02-20gdbserver: turn target op 'read_offsets' into a methodTankut Baris Aktemur9-26/+75
2020-02-20gdbserver: turn target ops 'stopped_by_watchpoint' and 'stopped_data_address'...Tankut Baris Aktemur11-37/+83
2020-02-20gdbserver: turn target op 'supports_hardware_single_step' into a methodTankut Baris Aktemur11-21/+66
2020-02-20gdbserver: turn target op '{supports_}stopped_by_hw_breakpoint' into a methodTankut Baris Aktemur8-25/+55
2020-02-20gdbserver: turn target op '{supports_}stopped_by_sw_breakpoint' into a methodTankut Baris Aktemur8-26/+56
2020-02-20gdbserver: turn target ops 'insert_point' and 'remove_point' into methodsTankut Baris Aktemur11-39/+99
2020-02-20gdbserver: turn target op 'supports_z_point_type' into a methodTankut Baris Aktemur11-24/+57
2020-02-20gdbserver: turn target op 'read_auxv' into a methodTankut Baris Aktemur10-19/+82
2020-02-20gdbserver: turn target op 'request_interrupt' into a methodTankut Baris Aktemur12-23/+57
2020-02-20gdbserver: turn target op 'look_up_symbols' into a methodTankut Baris Aktemur9-16/+38
2020-02-20gdbserver: turn target ops 'read_memory' and 'write_memory' into methodsTankut Baris Aktemur27-78/+166
2020-02-20gdbserver: turn prepare_to_access_memory & done_accessing_memory into methodsTankut Baris Aktemur8-39/+63
2020-02-20gdbserver: turn target ops 'fetch_registers' and 'store_registers' into methodsTankut Baris Aktemur10-40/+83
2020-02-20gdbserver: turn target op 'wait' into a methodTankut Baris Aktemur11-33/+71
2020-02-20gdbserver: turn target op 'resume' into a methodTankut Baris Aktemur12-24/+58
2020-02-20gdbserver: turn target op 'thread_alive' into a methodTankut Baris Aktemur10-21/+54
2020-02-20gdbserver: turn target op 'join' into a methodTankut Baris Aktemur10-15/+51
2020-02-20gdbserver: turn target op 'mourn' into a methodTankut Baris Aktemur11-23/+56
2020-02-20gdbserver: turn target op 'detach' into a methodTankut Baris Aktemur10-18/+49
2020-02-20gdbserver: turn target op 'kill' into a methodTankut Baris Aktemur11-17/+48
2020-02-20gdbserver: turn target op 'attach' into a methodTankut Baris Aktemur10-23/+54
2020-02-20gdbserver: turn target op 'post_create_inferior' into a methodTankut Baris Aktemur8-15/+38
2020-02-20gdbserver: turn target op 'create_inferior' into a methodTankut Baris Aktemur11-33/+69
2020-02-20gdbserver: start turning the target ops vector into a classTankut Baris Aktemur10-0/+131
2020-02-20Stop the BFD library from automatically converting OS and PROC specific symbo...Nick Clifton4-1/+40
2020-02-20gdb: Allow more control over where to find python librariesAndrew Burgess5-8/+91
2020-02-20[gdb/testsuite] Handle missing gccgoTom de Vries12-1/+46
2020-02-20Regen with blessed automake-1.15.1Alan Modra2-2/+6
2020-02-19RISC-V: Add description for -march-attr/-mno-arch-attr options in gas doc.Nelson Chu2-0/+19
2020-02-19Two compute_and_set_names simplificationsTom Tromey2-13/+10
2020-02-20Automatic date update in version.inGDB Administrator1-1/+1
2020-02-19RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 is zero.Jim Wilson5-0/+26
2020-02-192020-02-19 Jordan Rupprecht <rupprecht@google.com>Eric Christopher2-1/+19
2020-02-19[gdb/testsuite] Fix xpass in gdb.python/lib-types.expTom de Vries2-2/+13
2020-02-19[gdb/testsuite] Fix funcall_ref.exp xpassTom de Vries2-9/+28
2020-02-19gdb: dwarf2/read.c: remove unused objfile parameters/variablesSimon Marchi2-34/+26
2020-02-19rust/25535 Apply embedded offset to enum variant calculationDoug Evans5-1/+24
2020-02-19[gdb/testsuite] Fix corefile-buildid.exp with check-read1Tom de Vries2-1/+53
2020-02-19Fix declaration of mips_pc_is_mipsTom Tromey2-1/+5
2020-02-19Use obstack_strdup in ada-lang.cTom Tromey2-4/+5
2020-02-19Merge changes from GCC for the config/ directoryAndrew Burgess26-87/+504
2020-02-19Various fixes for the Z80 support.Sergey Belyashov44-370/+354
2020-02-19Remove useless NULL check in python.cTom Tromey2-6/+6
2020-02-19x86: Mark cvtpi2ps and cvtpi2pd as MMXH.J. Lu6-1/+36