aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-28[gdb] Fix segfault in for_each_block, part 2Tom de Vries1-0/+2
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-07-14*-linux-nat: Handle null inferior in read_description.John Baldwin1-0/+3
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries1-1/+1
2023-06-05[gdb] Fix more typosTom de Vries1-3/+3
2023-06-03[gdb] Fix typosTom de Vries1-2/+2
2023-02-27Remove old GNU indent directivesTom Tromey1-4/+0
2023-02-15Change value::m_modifiable to boolTom Tromey1-1/+1
2023-02-14Fix build bug in ppc-linux-nat.cTom Tromey1-1/+1
2023-02-13Remove deprecated_lval_hackTom Tromey1-4/+4
2023-02-13Turn value_address and set_value_address functions into methodsTom Tromey1-2/+2
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-1/+1
2023-02-13Turn deprecated_value_modifiable into methodTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-2/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-2/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-12/+7
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-5/+5
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-2/+2
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-11/+11
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-15gdb: adjust gdbarch_tdep calls in nat filesSimon Marchi1-11/+11
2021-05-23[gdb/tdep] Use pid to choose process 64/32-bitnessTom de Vries1-3/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-7/+12
2021-03-08Remove union exp_elementTom Tromey1-17/+8
2021-03-08Add an expr::operation_up to struct expressionTom Tromey1-3/+17
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-01PowerPC remove 512 bytes region limit if 2nd DAWR is avaliable.Rogerio Alves1-8/+18
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess1-2/+2
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-111/+111
2020-08-14[PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREGPedro Franco de Carvalho1-9/+12
2020-08-14[PowerPC] Use < 0 and >= 0 for watchpoint ptrace callsPedro Franco de Carvalho1-4/+4
2020-03-30[PowerPC] Fix debug register issues in ppc-linux-natPedro Franco de Carvalho1-396/+924
2020-03-30[PowerPC] Move up some register access routinesPedro Franco de Carvalho1-164/+164
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-15gdb: Update comments that reference VEC or vec.hAndrew Burgess1-3/+3
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-3/+0
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-04Remove a VEC from ppc-linux-nat.cTom Tromey1-28/+30
2019-03-26Fix Powerpc buildAlan Hayward1-0/+1
2019-03-25Add linux_get_hwcapAlan Hayward1-32/+7
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-31[PowerPC] Include nat/linux-ptrace.h in native targetsPedro Franco de Carvalho1-0/+1
2018-10-26[PowerPC] Add support for HTM registersEdjunior Barbosa Machado1-4/+207