summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* Remove const in xtensa-linux-nat.c:fetch_gregsSimon Marchi2017-03-062-1/+5
* Use range-based for loop in remote_add_target_side_commandsSimon Marchi2017-03-032-3/+6
* Fetch lazy value before calling val_printYao Qi2017-03-033-0/+13
* GDB: Add support for the new set/show disassembler-options commands.Peter Bergner2017-02-2836-2867/+4142
* Remove struct keyword from range-based for loopSimon Marchi2017-02-272-1/+6
* Use range-based for loop in remote_add_target_side_conditionSimon Marchi2017-02-272-4/+7
* Fix array out of bound accessYao Qi2017-02-272-2/+8
* Remove MAX_REGISTER_SIZE from remote.cAlan Hayward2017-02-274-5/+24
* DWARF-5: Initialization due to a false compiler warningJan Kratochvil2017-02-262-0/+9
* symtab.c: Small refactorPedro Alves2017-02-242-15/+8
* Remove use of MAX_REGISTER_SIZEAlan Hayward2017-02-242-41/+46
* Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZEAlan Hayward2017-02-244-6/+16
* PR21166: Validate rdrand/rdseed support separately in gdb.reverse/insn-revers...Luis Machado2017-02-232-9/+35
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-2316-690/+581
* Introduce gdb::function_viewPedro Alves2017-02-236-0/+557
* Fix usage of inferior_ptid in two thread_alive implementationsSimon Marchi2017-02-233-2/+8
* Use xfree rather than delete for varobj_iterYao Qi2017-02-232-1/+6
* Use delete instead of xfree for varobj_itemYao Qi2017-02-232-2/+8
* Fix a regression by: Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil2017-02-222-0/+6
* Default initialize enum flags to 0Simon Marchi2017-02-212-1/+7
* [ppc64] Add POWER8/ISA 2.07 atomic sequences single-stepping supportEdjunior Barbosa Machado2017-02-216-18/+295
* Fix test names starting with uppercase in gdb.arch/ppc64-atomic-inst.expEdjunior Barbosa Machado2017-02-212-6/+11
* Fix recent compiler warnings.Jan Kratochvil2017-02-212-1/+6
* DWARF-5: NEWSJan Kratochvil2017-02-202-0/+7
* DWARF-5: DW_FORM_data16Jan Kratochvil2017-02-206-1/+140
* DWARF-5: MacrosJan Kratochvil2017-02-202-38/+46
* DWARF-5: call sitesJan Kratochvil2017-02-2018-100/+965
* DWARF-5 basic functionalityJan Kratochvil2017-02-209-140/+805
* Code cleanup: Refactor abbrev_table_read_table cycleJan Kratochvil2017-02-202-10/+15
* Code cleanup: Split dwarf2_ranges_read to a callbackJan Kratochvil2017-02-202-85/+49
* Code cleanup: Split create_debug_types_hash_tableJan Kratochvil2017-02-202-125/+139
* Fix thinko on last commitSergio Durigan Junior2017-02-202-1/+7
* PR gdb/16188: Verify PTRACE_TRACEME succeededSergio Durigan Junior2017-02-206-8/+67
* Add support for Intel PKRU register to GDB and GDBserver.Michael Sturm2017-02-1740-133/+560
* Add target description for avx-avx512.Michael Sturm2017-02-1732-301/+1712
* Rename target descriptions to reflect actual content of description.Michael Sturm2017-02-1733-166/+174
* Change xstate_bv handling to use 8 bytes of data.Michael Sturm2017-02-172-16/+25
* Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch.Michael Sturm2017-02-171-58/+50
* PR gdb/21164: maint print {symbols,msymbols,psymbols} without args crashSergio Durigan Junior2017-02-155-6/+27
* Fix illegal upper case gdb cmd in chained-calls.expThomas Preud'homme2017-02-152-1/+5
* Add missing ChangeLog entries.Tim Wiederhake2017-02-153-0/+88
* PR python/13598 - add before_prompt eventTom Tromey2017-02-148-0/+57
* Big-endian targets: Fix implptrpiece.expAndreas Arnez2017-02-142-2/+19
* Add documentation for new record Python bindings.Tim Wiederhake2017-02-142-0/+249
* python: Add tests for record Python bindingsTim Wiederhake2017-02-144-0/+296
* python: Implement btrace Python bindings for record history.Tim Wiederhake2017-02-148-0/+1177
* python: Create Python bindings for record history.Tim Wiederhake2017-02-144-0/+247
* Add method to query current recording method to target_ops.Tim Wiederhake2017-02-147-0/+92
* Add record_start and record_stop functions.Tim Wiederhake2017-02-142-0/+50
* btrace: Use binary search to find instruction.Tim Wiederhake2017-02-142-6/+46