summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: use two displaced step buffers on amd64/Linuxusers/simark/concurrent-displaced-step-1-with-perf-fixesSimon Marchi2020-11-261-1/+1
* gdb: make displaced stepping implementation capable of managing multiple buffersSimon Marchi2020-11-2633-129/+224
* gdb: change linux gdbarch data from post to pre-initSimon Marchi2020-11-261-3/+3
* [C + E] Stop trying to prepare displaced steps for an inferior when no availa...Simon Marchi2020-11-263-0/+24
* [B] Append remaining threads to step in O(1)Simon Marchi2020-11-263-11/+25
* [A] Implement displaced_step_in_progress without linear walk on thread listSimon Marchi2020-11-262-9/+11
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-11-2646-316/+836
* gdb: move displaced stepping types to displaced-stepping.{h,c}Simon Marchi2020-11-269-100/+141
* gdb: pass inferior to get_linux_inferior_dataSimon Marchi2020-11-261-6/+4
* gdb: introduce status enum for displaced step prepare/finishSimon Marchi2020-11-262-30/+88
* gdb: rename displaced_step_fixup to displaced_step_finishSimon Marchi2020-11-261-8/+8
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-11-2617-193/+207
* gdb: rename things related to step over chainsSimon Marchi2020-11-264-33/+33
* gdb: clear inferior displaced stepping state on execSimon Marchi2020-11-261-0/+7
* gdb: add inferior_execd observableSimon Marchi2020-11-266-12/+16
* Prevent a memory allocation failure when parsing corrupt DWARF debug sections.Nick Clifton2020-11-262-6/+25
* gdb/aarch64: Add named flags for FPCR and FPSR registersPrzemyslaw Wirkus2020-11-263-4/+108
* PR26936 testsuite fixesAlan Modra2020-11-263-3/+23
* elf: Get the real kept sectionH.J. Lu2020-11-257-4/+64
* Automatic date update in version.inGDB Administrator2020-11-261-1/+1
* libctf: Pass format argument to asprintfH.J. Lu2020-11-252-1/+6
* binutils: readelf: support CTF dicts with non-native-endian symtabsNick Alcock2020-11-252-0/+7
* libctf, include: support foreign-endianness symtabs with CTFNick Alcock2020-11-2511-56/+197
* Remove two unnecessary variables from evaluate_subexp_standardTom Tromey2020-11-252-9/+8
* Do not include parser-defs.h from c-lang.hTom Tromey2020-11-254-1/+8
* Duplicate output sections in scriptsAlan Modra2020-11-253-42/+45
* nm ifunc test tweaksAlan Modra2020-11-252-4/+8
* gas output_file_close error messageAlan Modra2020-11-253-3/+8
* Automatic date update in version.inGDB Administrator2020-11-251-1/+1
* ld/x86-64: Add PR gold/26939 testsH.J. Lu2020-11-245-0/+40
* gdb: remove struct cached_reg typedefSimon Marchi2020-11-242-2/+6
* gdb/testsuite: do not hard-code location indices in condbreak-multi-context.expTankut Baris Aktemur2020-11-242-67/+128
* gdb/README: Fix the URL of the MPFR website (now https).Joel Brobecker2020-11-242-1/+5
* gdb/README: Document the --with-libgmp-prefix configure optionJoel Brobecker2020-11-242-0/+9
* gdb/NEWS: Document that GDB now supports DWARF-based fixed point typesJoel Brobecker2020-11-242-0/+14
* gdb/NEWS: Document that building GDB now requires GMPJoel Brobecker2020-11-242-0/+7
* Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker2020-11-234-10/+33
* valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambdaJoel Brobecker2020-11-232-15/+25
* Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker2020-11-238-15/+26
* Make fixed_point_type_base_type a method of struct typeJoel Brobecker2020-11-236-13/+25
* gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker2020-11-234-16/+48
* gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker2020-11-238-43/+68
* change and rename gmp_string_asprintf to return an std::stringJoel Brobecker2020-11-236-17/+27
* Fix stack smashing error during gdb_mpq_write_fixed_point selftestJoel Brobecker2020-11-242-1/+6
* Automatic date update in version.inGDB Administrator2020-11-241-1/+1
* gdb/testsuite: show evaluation errors in gdb_assertSimon Marchi2020-11-232-1/+12
* [gdb/testsuite] Fix minimal encodings KPASSesTom de Vries2020-11-234-6/+15
* [gdb] Don't return non-existing path in debuginfod_source_queryTom de Vries2020-11-232-2/+9
* Fix an illegal memory access when accessing corrupt dynamic secondary relocat...Nick Clifton2020-11-234-8/+23
* s390x: Set .got sh_entsize only if .got size > 0H.J. Lu2020-11-236-1/+45