summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* btrace: use gdb_disassembly_vec and new source interleaving methodusers/mmetzger/disasm-vecMarkus Metzger2015-09-224-30/+46
* disasm: determine preceding lines independent of last_lineMarkus Metzger2015-09-221-4/+56
* disasm: use entire line table in line_has_code_pMarkus Metzger2015-09-221-98/+14
* disas: add gdb_disassembly_vecMarkus Metzger2015-09-222-118/+125
* disasm: add struct disas_insn to describe to-be-disassembled instructionMarkus Metzger2015-09-222-15/+69
* disasm: change dump_insns to print a single instructionMarkus Metzger2015-09-221-88/+114
* opcodes/ppc-opc.c: Add dscr and ctrl SPR mnemonicsAnton Blanchard2015-09-222-0/+8
* Use bfd_get_32 and bfd_put_32 to access ch_typeH.J. Lu2015-09-212-4/+12
* Automatic date update in version.inGDB Administrator2015-09-221-1/+1
* Format ld option itemsAlan Modra2015-09-222-3/+11
* Add two missing constsSimon Marchi2015-09-213-2/+7
* Change ch_type in Elf64_External_Chdr to 4 bytesH.J. Lu2015-09-212-1/+7
* Add NEWS entry for fast tracepoint support on aarch64-linuxPierre Langlois2015-09-212-0/+8
* Add a test case for fast tracepoints' locking mechanismPierre Langlois2015-09-213-0/+199
* Add a gdb.trace test for instruction relocationPierre Langlois2015-09-213-0/+627
* Enable fast tracepoint testsPierre Langlois2015-09-2111-1/+36
* Implement target_emit_opsPierre Langlois2015-09-212-14/+1300
* Add support for fast tracepointsPierre Langlois2015-09-215-3/+1689
* Make aarch64_decode_adrp handle both ADR and ADRP instructionsPierre Langlois2015-09-214-7/+40
* Move instruction decoding into new arch/ directoryPierre Langlois2015-09-219-201/+366
* Wrap gdb_agent_op_sizes by #ifndef IN_PROCESS_AGENTYao Qi2015-09-212-0/+6
* [gdbserver] Remove unused max_jump_pad_sizeYao Qi2015-09-212-3/+4
* dwarf2read.c (add_partial_symbol): Remove outdated comments.Doug Evans2015-09-202-6/+4
* Automatic date update in version.inGDB Administrator2015-09-211-1/+1
* dwarf2_compute_name: add fixme, don't use same name as parameter for localDoug Evans2015-09-202-8/+18
* crash printing non-local variable from nested subprogramJoel Brobecker2015-09-202-4/+51
* Add --no-dynamic-linker option to ld, for static PIE useRich Felker2015-09-2043-37/+107
* Automatic date update in version.inGDB Administrator2015-09-201-1/+1
* Replace current_inferior ()->gdbarch with its wrapper target_gdbarch.Doug Evans2015-09-192-1/+6
* linux-thread-db.c (record_thread): Return the created thread.Doug Evans2015-09-182-14/+18
* symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans2015-09-184-9/+10
* default_read_var_value <LOC_UNRESOLVED>: Include minsym kind in error message.Doug Evans2015-09-1810-1/+180
* Automatic date update in version.inGDB Administrator2015-09-191-1/+1
* Fix directory prefix in gdb.base/dso2dso.exp.Sandra Loosemore2015-09-182-1/+6
* Fix pathname prefix and timeout issues in gdb.mi/mi-pending.exp.Sandra Loosemore2015-09-182-3/+9
* Generalize breakpoint pattern in gdb.mi/mi-cli.exp.Sandra Loosemore2015-09-182-1/+6
* Generalize filename pattern in gdb.mi/mi-dprintf-pending.exp.Sandra Loosemore2015-09-182-1/+6
* Fix shared library load in gdb.base/global-var-nested-by-dso.exp.Sandra Loosemore2015-09-182-1/+5
* Require readline for gdb.linespec/explicit.exp tab-completion tests.Sandra Loosemore2015-09-182-135/+148
* aarch64 multi-arch (part 3): get thread areaYao Qi2015-09-186-30/+69
* btrace: honour scheduler-locking for all-stop targetsMarkus Metzger2015-09-184-98/+195
* infrun: scheduler-locking replayMarkus Metzger2015-09-186-25/+70
* target: add to_record_will_replay target methodMarkus Metzger2015-09-186-0/+85
* target: add to_record_stop_replaying target methodMarkus Metzger2015-09-186-2/+76
* btrace: allow full memory and register access for non-replaying threadsMarkus Metzger2015-09-182-4/+12
* target, record: add PTID argument to to_record_is_replayingMarkus Metzger2015-09-187-26/+46
* btrace: non-stopMarkus Metzger2015-09-186-3/+302
* infrun: switch to NO_HISTORY threadMarkus Metzger2015-09-182-1/+12
* btrace: asyncMarkus Metzger2015-09-182-0/+32
* btrace: temporarily set inferior_ptid in record_btrace_start_replayingMarkus Metzger2015-09-182-19/+56