deliverable/binutils-gdb.git
2020-07-22  Nick Alcocklibctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION
2020-07-22  Nick Alcocklibctf, dedup: add deduplicator
2020-07-22  Nick Alcocklibctf, dedup: add new configure option --enable-libctf...
2020-07-22  Nick Alcocklibctf: add SHA-1 support for libctf
2020-07-22  Nick Alcocklibctf, link: add the ability to filter out variables...
2020-07-22  Nick Alcocklibctf, link: fix spurious conflicts of variables in...
2020-07-22  Nick Alcocklibctf, link: redo cu-mapping handling
2020-07-22  Nick Alcocklibctf, link: fix ctf_link_write fd leak
2020-07-22  Nick Alcocklibctf, link: add lazy linking: clean up input members...
2020-07-22  Nick Alcocklibctf: drop error-prone ctf_strerror
2020-07-22  Nick Alcocklibctf: sort out potential refcount loops
2020-07-22  Nick Alcocklibctf: rename the type_mapping_key to type_key
2020-07-22  Nick Alcocklibctf: check for vasprintf
2020-07-22  Nick Alcocklibctf, archive: fix bad error message
2020-07-22  Nick Alcocklibctf, open: fix opening CTF in binaries with no symtab
2020-07-22  Nick Alcocklibctf, dump: fix slice dumping
2020-07-22  Nick Alcocklibctf, dump: migrate towards dumping errors rather...
2020-07-22  Nick Alcocklibctf, decl: avoid leaks of the formatted string on...
2020-07-22  Nick Alcocklibctf, types: enhance ctf_type_aname to print function...
2020-07-22  Nick Alcocklibctf, ld, binutils: add textual error/warning reporti...
2020-07-22  Egeyar Bagcioglulibctf, types: ensure the emission of ECTF_NOPARENT
2020-07-22  Nick Alcocklibctf: error out on corrupt CTF with invalid header...
2020-07-22  Nick Alcocklibctf: pass the thunk down properly when wrapping...
2020-07-22  Nick Alcocklibctf, next, hash: add dynhash and dynset _next iteration
2020-07-22  Nick Alcocklibctf, next: introduce new class of easier-to-use...
2020-07-22  Nick Alcocklibctf: add ctf_ref
2020-07-22  Nick Alcocklibctf: add ctf_forwardable_kind
2020-07-22  Nick Alcocklibctf: move existing inlines into ctf-inlines.h
2020-07-22  Nick Alcocklibctf, hash: introduce the ctf_dynset
2020-07-22  Nick Alcocklibctf, hash: save per-item space when no key/item...
2020-07-22  Nick Alcocklibctf, hash: improve insertion of existing keys into...
2020-07-22  Nick Alcocklibctf: add new dynhash functions
2020-07-22  Nick Alcocklibctf: fix __extension__ with non-GNU C compilers
2020-07-22  Nick Alcocklibctf: add ctf_archive_count
2020-07-22  Nick Alcocklibctf: add ctf_member_count
2020-07-22  Nick Alcocklibctf: add ctf_type_kind_forwarded
2020-07-22  Nick Alcocklibctf: add ctf_type_name_raw
2020-07-22  Nick Alcocklibctf: having debugging enabled is unlikely
2020-07-22  Nick Alcocklibctf, archive: stop ctf_arc_bufopen triggering crazy...
2020-07-22  Nick Alcocklibctf, types: ints, floats and typedefs with no name...
2020-07-22  Nick Alcocklibctf, types: support slices of anything terminating...
2020-07-22  Nick Alcocklibctf, create: empty dicts are dirty to start with
2020-07-22  Nick Alcocklibctf, create: fix addition of anonymous struct/union...
2020-07-22  Nick Alcocklibctf, create: member names of "" and NULL should...
2020-07-22  Nick Alcocklibctf, open: drop unnecessary historical wart around...
2020-07-22  Nick Alcocklibctf, types: allow ctf_type_reference of dynamic...
2020-07-22  Nick Alcocklibctf, create: add explicit casts for variables' and...
2020-07-22  Nick Alcocklibctf, create: do not corrupt function types' arglists...
2020-07-22  Nick Alcocklibctf, create: support addition of references to the...
2020-07-22  Nick Alcocklibctf: restructure error handling to reduce relocations
2020-07-22  Nick Alcockinclude, libctf: typo fixes
2020-07-22  Reuben ThomasCorrect an error in the remote protocol specification
2020-07-22  Andrew Burgessgdb/python: Use reference not pointer in py-registers.c
2020-07-22  Nick CliftonFix problems in CTF handling code exposed by the Coveri...
2020-07-22  Simon Marchigdb/jit: skip jit symbol lookup if already detected...
2020-07-22  Simon Marchigdb/jit: apply minor cleanup and modernization
2020-07-22  Simon Marchigdb/jit: remove jiter_objfile_data -> objfile back...
2020-07-22  Tankut Baris... gdb/jit: enable tracking multiple JITer objfiles
2020-07-22  Simon Marchigdb/jit: move cached_code_address and jit_breakpoint...
2020-07-22  Simon Marchigdb/jit: apply some simplifications and assertions
2020-07-22  Simon Marchigdb/jit: split jit_objfile_data in two
2020-07-22  Simon Marchigdb/jit: link to jit_objfile_data directly from the...
2020-07-22  Tankut Baris... gdb/jit: pass the jiter objfile as an argument to jit_e...
2020-07-22  Maciej W. RozyckiMIPS/GAS/testsuite: Fix JALR relocation tests for IRIX...
2020-07-22  Maciej W. RozyckiMIPS/GAS/testsuite: Use a helper variable for IRIX...
2020-07-22  Pedro Alvesgdbserver: handle running threads in qXfer:threads...
2020-07-22  H.J. Luld: Properly override the IR definition
2020-07-22  Max Filippovbfd: xtensa: pr26246: fix removed_literal_compare
2020-07-22  John BaldwinRetire the now-unused gdbarch handle_segmentation_fault...
2020-07-22  John BaldwinMigrate the sparc64 ADI handle_segmentation_fault hook...
2020-07-22  John BaldwinMigrate the x86 MPX handle_segmentation_fault hook...
2020-07-22  John BaldwinReport architecture-specific signal information for...
2020-07-22  John BaldwinAdd a new gdbarch hook to report additional signal...
2020-07-22  GDB AdministratorAutomatic date update in version.in
2020-07-21  Andrew Burgessgdb/python: Reuse gdb.RegisterGroup objects where possible
2020-07-21  Andrew Burgessgdb/python: Reuse gdb.RegisterDescriptor objects where...
2020-07-21  Simon Marchigdb, gdbserver: make stopped_pids global variables...
2020-07-21  Simon Marchigdb: handle undefined properties in ada_discrete_type_...
2020-07-21  Tom de Vries[gdb/testsuite] Fix gdb.reverse/solib-{precsave,reverse...
2020-07-21  Tom de Vries[gdb/testsuite] Fix step-reverse.c with gcc-10
2020-07-21  Kamil RytarowskiEnable multi-process mode in the NetBSD native target.
2020-07-21  Jan BeulichRevert "x86: Don't display eiz with no scale"
2020-07-21  Cooper QuFix Unreasonable arch and cpu conflict warning for...
2020-07-21  Nick CliftonUpdated Swedish translation for the binutils sub-directory
2020-07-21  Tom de Vries[gdb/testsuite] Fix gdb.fortran/info-modules.exp with...
2020-07-21  Jan BeulichRevert "x86: Replace evex-no-scale.s with evex-no-scale...
2020-07-21  Tom de Vries[gdb/testsuite] Make inline-locals.c deterministic
2020-07-21  Tom de Vries[gdb/testsuite] Don't leak env vars in gdb.debuginfod...
2020-07-21  Maciej W. RozyckiMIPS/GAS: Remove stale `prev_reloc_op_frag' variable
2020-07-21  GDB AdministratorAutomatic date update in version.in
2020-07-20  John BaldwinImplement the skip_solib_resolver gdbarch hook for...
2020-07-20  Ludovic Courtèsguile: Add support for Guile 3.0.
2020-07-20  Ludovic Courtèsguile: Add support for Guile 2.2.
2020-07-20  Gary BensonSkip tests requiring "alignof (void)" when compiling...
2020-07-20  Nick CliftonFix problem running a few PowerPC linker tests when...
2020-07-20  Alan ModraPR26265, Spurious 'gc-sections requires ... when -...
2020-07-20  Tom de Vries[gdb/testsuite] Stabilize execution order in omp-par...
2020-07-20  H.J. Lux86: Update PR gas/26263 linker tests
2020-07-20  Tom de Vries[gdb/testsuite] Fix valgrind-infcall-2.exp without...
2020-07-20  Tom de Vries[gdb/testsuite] Bail out after gdb_start error in gdb...
next
This page took 0.041844 seconds and 4 git commands to generate.