summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: remove trailing '.' from perror_with_name callsAndrew Burgess2022-06-081-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi2021-11-151-11/+11
* [gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries2021-05-231-3/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-7/+12
* Remove union exp_elementTom Tromey2021-03-081-17/+8
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-3/+17
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* PowerPC remove 512 bytes region limit if 2nd DAWR is avaliable.Rogerio Alves2020-12-011-8/+18
* gdb: convert some function arguments from int to boolAndrew Burgess2020-11-191-2/+2
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-111/+111
* [PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREGPedro Franco de Carvalho2020-08-141-9/+12
* [PowerPC] Use < 0 and >= 0 for watchpoint ptrace callsPedro Franco de Carvalho2020-08-141-4/+4
* [PowerPC] Fix debug register issues in ppc-linux-natPedro Franco de Carvalho2020-03-301-396/+924
* [PowerPC] Move up some register access routinesPedro Franco de Carvalho2020-03-301-164/+164
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* [gdb] Fix more typos in comments (2)Tom de Vries2019-10-261-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* gdb: Update comments that reference VEC or vec.hAndrew Burgess2019-10-151-3/+3
* Remove Cell Broadband Engine debugging supportUlrich Weigand2019-09-201-3/+0
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove a VEC from ppc-linux-nat.cTom Tromey2019-05-041-28/+30
* Fix Powerpc buildAlan Hayward2019-03-261-0/+1
* Add linux_get_hwcapAlan Hayward2019-03-251-32/+7
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* [PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho2018-10-311-0/+1
* [PowerPC] Add support for HTM registersEdjunior Barbosa Machado2018-10-261-4/+207
* [PowerPC] Add support for EBB and PMU registersEdjunior Barbosa Machado2018-10-261-1/+57
* [PowerPC] Add support for TAREdjunior Barbosa Machado2018-10-261-1/+33
* [PowerPC] Add support for PPR and DSCREdjunior Barbosa Machado2018-10-261-0/+145
* [PowerPC] Fix two if statements in gdb/ppc-linux-nat.cPedro Franco de Carvalho2018-10-261-2/+2
* Remove some unused variablesSimon Marchi2018-07-221-10/+0
* Remove ptid_get_lwpTom Tromey2018-07-031-16/+16
* Remove ptid_get_pidTom Tromey2018-07-031-4/+4
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Remove regcache_raw_collectSimon Marchi2018-05-301-13/+10
* Remove regcache_raw_supplySimon Marchi2018-05-301-10/+8
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* [PowerPC] Recognize isa205 in linux core filesPedro Franco de Carvalho2018-05-221-5/+5
* [PowerPC] Fix VSX registers in linux core filesPedro Franco de Carvalho2018-05-221-91/+15
* [PowerPC] Fix access to VSCR in linux targetsPedro Franco de Carvalho2018-05-221-129/+24
* [PowerPC] Consolidate linux vector regset sizesPedro Franco de Carvalho2018-05-221-6/+2
* [PowerPC] Consolidate wordsize getter between native and gdbserverPedro Franco de Carvalho2018-05-221-24/+6
* [PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho2018-05-221-40/+16
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-1/+1
* linux_nat_target: More low methodsPedro Alves2018-05-031-4/+5
* target_ops: Use bool throughoutPedro Alves2018-05-031-12/+12
* Convert struct target_ops to C++Pedro Alves2018-05-031-88/+107