Commit Graph

  • 227af30e49 aarch64: Add +jscvt flag for existing fjcvtzs instruction Andrew Carlotti 2024-01-12 01:42:36 +00:00
  • c17c7aaf40 aarch64: Fix option parsing to disallow prefixes of valid options Andrew Carlotti 2024-01-12 01:42:08 +00:00
  • c7c16ea5ae aarch64: Add +fcma alias for +compnum Andrew Carlotti 2024-01-12 01:41:26 +00:00
  • 79f1989e98 aarch64: Fix +lse feature flag dependency Andrew Carlotti 2024-01-12 01:40:50 +00:00
  • 7ccdf9c0fb gdb/doc: update examples in gdb.Progspace and gdb.Objfile docs Andrew Burgess 2024-01-10 15:43:06 +00:00
  • 53d0889088 gdb/doc: add some notes on selecting suitable attribute names Andrew Burgess 2024-01-10 15:42:55 +00:00
  • 1d586eda5c gdb/python: Add gdb.InferiorThread.__dict__ attribute Andrew Burgess 2024-01-05 11:05:51 +00:00
  • 13cd9bceea gdb/python: Add gdb.Inferior.__dict__ attribute Andrew Burgess 2024-01-04 16:46:40 +00:00
  • 2f47f48fe5 gdb/python: remove users ability to create gdb.Progspace objects Andrew Burgess 2024-01-04 14:24:12 +00:00
  • d6defe8761 gdb/python: add gdb.Frame.__repr__() method Andrew Burgess 2024-01-04 10:57:40 +00:00
  • 1925bba80e gdb/python: add gdb.InferiorThread.__repr__() method Andrew Burgess 2024-01-04 10:01:24 +00:00
  • aef117b737 gdb/python: hoist common invalid object repr code into py-utils.c Andrew Burgess 2024-01-04 10:07:48 +00:00
  • 3b9ff5d900 gdb: add trailing '/' when using 'complete' with directory names Andrew Burgess 2024-01-02 17:08:30 +00:00
  • 76118e1675 gdb/python: New InferiorThread.ptid_string attribute Andrew Burgess 2024-01-09 17:29:24 +00:00
  • 322ffd247e [gdb/testsuite] Use require in gdb.dwarf2/assign-variable-value-to-register.exp Tom de Vries 2024-01-12 09:29:37 +01:00
  • 6bf40ece27 gas: sframe: warn when skipping SFrame FDE generation Indu Bhagat 2024-01-12 00:22:12 -08:00
  • 156a2edbdb LoongArch: Fix relaxation overflow caused by section alignment mengqinggang 2023-12-27 11:12:30 +08:00
  • 192781a398 x86: Fix indentation and use true/false instead of 1/0 Cui, Lili 2024-01-12 02:31:11 +00:00
  • 9b32960754 Automatic date update in version.in GDB Administrator 2024-01-12 00:00:11 +00:00
  • 47ff07a6c2 gdb: fix frame passed to gdbarch_value_to_register in value_assign Simon Marchi 2024-01-11 11:41:04 -05:00
  • fa87f8e195 [gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64le Tom de Vries 2024-01-11 16:05:12 +01:00
  • 4ece39c56c [gdb/testsuite] Extend gdb.base/kill-during-detach.exp Tom de Vries 2024-01-11 10:12:48 +01:00
  • 2bee95b73c LoongArch: ld: Adjusted some code order in relax.exp. changjiachen 2024-01-04 14:06:09 +08:00
  • 21455a847d LoongArch: Discard extra spaces in objdump output Lulu Cai 2024-01-03 19:57:10 +08:00
  • 20617191e4 sim: ppc: return register error when unhandled Mike Frysinger 2024-01-10 23:01:46 -05:00
  • c3c79ac5c4 sim: m32r: enable warnings in traps.c Mike Frysinger 2024-01-10 22:36:41 -05:00
  • 08a7937f3a sim: m32r: fixup some of the int<->pointer casts Mike Frysinger 2024-01-10 22:25:51 -05:00
  • dbd4aebe5b sim: m32r: fix missing break statement Mike Frysinger 2024-01-10 22:02:48 -05:00
  • b1f974faeb sim: m32r: migrate ftime() to clock_gettime() Mike Frysinger 2024-01-10 21:57:47 -05:00
  • c66061f403 sim: m32r: cleanup unused variables Mike Frysinger 2024-01-10 21:56:58 -05:00
  • f0f0b063f0 sim: igen: add printf attributes to the prototypes too Mike Frysinger 2024-01-10 21:41:40 -05:00
  • 761ed61e7b gdbsupport: tighten up libiberty code a bit with dnl Mike Frysinger 2024-01-09 20:57:53 -05:00
  • 72d711c155 sim: build: switch to gdbsupport/libiberty.m4 Mike Frysinger 2024-01-09 20:48:37 -05:00
  • 0846ae35a1 sim: ppc: rework defines.h to handle HAVE symbols defined to 0 Mike Frysinger 2024-01-09 20:55:43 -05:00
  • 908ff469f5 gdb: libiberty: switch to AC_CHECK_DECLS_ONCE Mike Frysinger 2024-01-09 20:47:26 -05:00
  • 3f258212a8 gdb: move libiberty.m4 to gdbsupport Mike Frysinger 2024-01-09 20:20:38 -05:00
  • a4b35c1e59 Automatic date update in version.in GDB Administrator 2024-01-11 00:00:28 +00:00
  • c49f224f9e gprofng: add an examples directory Vladimir Mezentsev 2024-01-08 21:52:39 -08:00
  • 8fe04eeb2c gprofng: 31123 improvements to hardware event implementation Vladimir Mezentsev 2024-01-08 22:00:24 -08:00
  • e1cab50d2d Fix AIX catchpoint warning during fork () event Aditya Vidyadhar Kamath 2024-01-09 20:50:37 -06:00
  • 2967219a21 Sync top level configure and makefiles Nick Clifton 2024-01-10 12:03:03 +00:00
  • 15f3b5baad gas: aarch64: Add system registers for Debug and PMU extensions Saurabh Jha 2024-01-10 11:10:07 +00:00
  • 83094d3de4 [gdb] Fix assertion failure for checkpoint delete 0 Tom de Vries 2024-01-10 11:27:34 +01:00
  • cdf2a0febd [gdb] Fix info checkpoints Tom de Vries 2024-01-10 11:27:34 +01:00
  • 94e037b46c [gdb] Make variable printed bool in info_checkpoints_command Tom de Vries 2024-01-10 11:27:34 +01:00
  • 42bd6b5fd4 gdb/symtab: Eliminate deferred_entry Tom de Vries 2024-01-10 10:06:35 +01:00
  • 850fce8baf gdb/symtab: Make cooked_index_entry::parent_entry private Tom de Vries 2024-01-10 10:06:35 +01:00
  • 920bcec068 gdb/symtab: Allow changing of added cooked_index entries Tom de Vries 2024-01-10 10:06:35 +01:00
  • 7e287afdbd Fix ASAN failure in DWO code Tom Tromey 2024-01-09 12:49:16 -07:00
  • 1ae0d437f7 Automatic date update in version.in GDB Administrator 2024-01-10 00:02:52 +00:00
  • 8baaed84cb Fix thread-less build Tom Tromey 2024-01-09 13:21:12 -07:00
  • d006ec41c4 Pass GUILE down to subdirectories Tom Tromey 2023-12-28 14:08:39 -07:00
  • f68c9d09a3 ld: Add --enable-mark-plt configure option H.J. Lu 2024-01-05 13:16:29 -08:00
  • 9167304255 elf: Add elf_backend_add_glibc_version_dependency H.J. Lu 2023-05-19 15:11:51 -07:00
  • 2e93abb858 x86: Don't check R_386_NONE nor R_X86_64_NONE H.J. Lu 2024-01-09 06:30:28 -08:00
  • 862180a2d1 Fix two bugs in gdbserver thread name handling Tom Tromey 2023-12-15 07:56:45 -07:00
  • bdb4b8036f Use unrelocated_addr in dwarf2_base_index_functions::find_per_cu Tom Tromey 2023-12-14 13:13:59 -07:00
  • 7c3df3c680 x86: add missing APX logic to cpu_flags_match() Jan Beulich 2024-01-09 13:50:27 +01:00
  • 7440781b67 x86: FMA insns aren't eligible to VEX2 encoding Jan Beulich 2024-01-09 13:49:48 +01:00
  • ac1b12b513 PPC64/ELF: adjust comment wrt ABI versions Jan Beulich 2024-01-09 13:49:13 +01:00
  • e2a2633945 Synchronize sourceware version of the libiberty sources with the master gcc versions. Nick Clifton 2024-01-09 12:34:00 +00:00
  • e318eb0930 aarch64: ADD FEAT_THE RCWCAS instructions. Srinath Parvathaneni 2024-01-09 10:30:20 +00:00
  • e244fa1a6b aarch64: Regenerate aarch64-*-2.c files Victor Do Nascimento 2024-01-09 10:13:09 +00:00
  • e3a478523e arch64: Add optional operand register pair support tests Victor Do Nascimento 2023-12-13 13:02:30 +00:00
  • 9af8f67118 aarch64: Add support for 128-bit system register mrrs and msrr insns Victor Do Nascimento 2023-11-20 20:40:10 +00:00
  • 33ccb0e0db aarch64: Add TLBIP tests Victor Do Nascimento 2023-12-01 21:04:27 +00:00
  • c0fbed6407 aarch64: Add xs variants of tlbip operands Victor Do Nascimento 2023-11-16 17:01:50 +00:00
  • a9e2cefdf0 aarch64: Implement TLBIP 128-bit instruction Victor Do Nascimento 2023-11-15 17:21:39 +00:00
  • 92d8946670 aarch64: Create QL_SRC_X2 and QL_DEST_X2 qualifier macros Victor Do Nascimento 2023-12-13 15:04:15 +00:00
  • 5517af8298 aarch64: Apply narrowing of allowed immediate values for SYSP Victor Do Nascimento 2023-11-20 15:32:15 +00:00
  • 3521a28f10 aarch64: Add support for the SYSP 128-bit system instruction Victor Do Nascimento 2023-11-15 14:29:31 +00:00
  • f89c290e23 aarch64: Add support for optional operand pairs Victor Do Nascimento 2023-12-13 14:27:31 +00:00
  • d30eb38d5b aarch64: Add support for xzr register in register pair operands Victor Do Nascimento 2023-12-13 14:09:08 +00:00
  • 2ec6065a4f aarch64: Expand maximum number of operands from 5 to 6 Victor Do Nascimento 2023-11-15 13:48:59 +00:00
  • 7b08cc3216 aarch64: Add +d128 architectural feature support Victor Do Nascimento 2023-11-15 12:21:33 +00:00
  • 435ad222b3 sim: warnings: compile build tools with -Werror too Mike Frysinger 2021-06-29 20:16:38 -04:00
  • 5048cb28f4 sim: igen: fix format-zero-length warnings Mike Frysinger 2024-01-08 21:15:51 -05:00
  • c6352113d2 sim: m68hc11: gencode: add printf markings Mike Frysinger 2024-01-08 20:50:01 -05:00
  • 916791c745 sim: m32c: fix declaration-after-statement warnings Mike Frysinger 2024-01-08 20:47:00 -05:00
  • d2704ed59b sim: warnings: fix unused variable warnings Mike Frysinger 2024-01-08 20:44:02 -05:00
  • f64e47a22c sim: warnings: mark local funcs/vars as static Mike Frysinger 2024-01-08 20:39:57 -05:00
  • afdd136635 Back out some parallel_for_each features Tom Tromey 2023-01-01 12:31:24 -07:00
  • 667ed4b14d Avoid language-based lookups in startup path Tom Tromey 2023-10-21 16:38:44 -06:00
  • 309d28d1e4 Optimize lookup_minimal_symbol_text Tom Tromey 2023-10-21 16:38:23 -06:00
  • 0a008773c5 Lazy language setting Tom Tromey 2023-03-29 10:55:13 -06:00
  • c83a280218 Change current_language to be a macro Tom Tromey 2023-03-28 20:30:01 -06:00
  • 245703b3ce Remove two quick_symbol_functions methods Tom Tromey 2023-01-01 12:14:21 -07:00
  • aecbdf5f34 Simplify the public DWARF API Tom Tromey 2023-01-01 09:51:04 -07:00
  • 33c6eaaefc Do more DWARF reading in the background Tom Tromey 2023-03-24 23:35:02 -06:00
  • f7840e9e3e Change how cooked index waits for threads Tom Tromey 2022-12-27 08:58:38 -07:00
  • 9b595a2641 Add "maint set dwarf synchronous" Tom Tromey 2023-10-21 15:22:09 -06:00
  • a274da12ea Move cooked_index_storage to cooked-index.h Tom Tromey 2022-12-26 10:23:32 -07:00
  • 542e23ffbe Add gdb::task_group Tom Tromey 2023-03-23 16:53:01 -06:00
  • 4ea870efec Add quick_symbol_functions::compute_main_name Tom Tromey 2022-12-30 11:29:12 -07:00
  • 8e279fda0f Add deferred_warnings parameter to read_addrmap_from_aranges Tom Tromey 2023-12-10 14:16:06 -07:00
  • 54b815ddb4 Refactor complaint thread-safety approach Tom Tromey 2022-12-24 08:40:48 -07:00
  • da0e2ac4f7 Add thread-safety to gdb's BFD wrappers Tom Tromey 2023-02-18 09:27:58 -07:00
  • a2eb3f887c Add a couple of bfd_cache_close calls Tom Tromey 2023-11-11 09:46:44 -07:00
  • a37fbcfec5 Pre-read DWZ section data Tom Tromey 2023-11-10 15:52:19 -07:00
  • 3c2f688e70 Don't use objfile::intern in DWO code Tom Tromey 2023-11-12 09:23:49 -07:00