aboutsummaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-08rs6000, Fix test gdb.base/store.expCarl Love1-0/+4
2023-11-08rs6000, Fix Linux DWARF register mappingCarl Love1-0/+53
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-1/+1
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-0/+36
2023-02-13Turn some value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-01-03Convert selected architectures to gdbarch_return_value_as_valueTom Tromey1-2/+10
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-28[gdb/tdep] Fix gdb.base/msym-bp-shl.exp for ppc64leTom de Vries1-0/+5
2022-10-31PowerPC, add support for recording pipe2 system call.Carl Love1-0/+2
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-1/+1
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi1-1/+1
2022-10-11gdb: fix auxv cachingSimon Marchi1-1/+2
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-6/+6
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-09-20Move solib_ops into gdbarchTom Tromey1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-9/+9
2022-07-12[gdb/record] Support recording of getrandomTom de Vries1-0/+2
2022-06-10PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF.Carl Love1-4/+10
2022-04-11gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macrosSimon Marchi1-2/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-3/+3
2022-04-02gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use correct stream for process record outputTom Tromey1-2/+3
2021-11-18gdb: PowerPC fix gdb.base/break-interp.expCarl Love1-0/+22
2021-11-15gdb: fix gdbarch_tdep ODR violationSimon Marchi1-9/+9
2021-10-14Powerpc: Add support for openat and fstatat syscallsCarl Love1-2/+11
2021-08-18[gdb] [rs6000] Add ppc64_linux_gcc_target_options method.Will Schmidt1-0/+10
2021-08-18[gdb] [rs6000] Add ppc64*_gnu_triplet_regexp methods.Will Schmidt1-0/+29
2021-08-17gdb: Don't assume r_ldsomap when r_version > 1 on LinuxH.J. Lu1-2/+2
2021-03-08Convert stap probes to create operationsTom Tromey1-16/+8
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-04gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi1-1/+1
2020-12-04gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi1-4/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-09-14gdb: remove TYPE_VECTORSimon Marchi1-1/+1
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-2/+2
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-11-26Make a bunch of functions staticSimon Marchi1-1/+1
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-3/+2
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-2/+2
2019-10-17[gdb] Fix typos in commentsTom de Vries1-2/+2
2019-09-20Remove Cell Broadband Engine debugging supportUlrich Weigand1-317/+0
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2