summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
...
* btrace: fix void returnMarkus Metzger2015-10-082-1/+6
* [aarch64] use aarch64_decode_insn to decode instructions in GDBYao Qi2015-10-072-11/+28
* parse load_offset (bias) of restore command as longPitchumani Sivanupandi2015-10-062-2/+8
* [FT32] gdb: Correctly interpret function prologsjamesbowman2015-10-022-6/+54
* Fix gdb.dwarf2/staticvirtual.exp regexp.Sandra Loosemore2015-10-022-1/+11
* vec.h: Add casts for C++ compatSimon Marchi2015-10-012-3/+7
* dwarf2read.c (setup_type_unit_groups): Add comment.Doug Evans2015-09-302-0/+9
* x86/Linux: reenable all-stop on top of non-stopPedro Alves2015-09-303-13/+7
* Call strprefix instead of strncmp in event parsingDon Breazeal2015-09-302-1/+6
* gdbarch.h: Change gdbarch_info::tdep_info's type to void *Simon Marchi2015-09-308-7/+18
* Shorten long lines in linux-aarch64-low.cYao Qi2015-09-302-2/+9
* py-type.exp: Do not run tests if binary fails to buildSimon Marchi2015-09-302-23/+33
* Fix ChangeLog Date for previous push.Kevin Buettner2015-09-301-1/+1
* infcmd.c: Don't attempt to record a NULL value after a finish command.Kevin Buettner2015-09-302-1/+7
* btrace, testsuite: fix spurious gdb.btrace/tsx.exp failsMarkus Metzger2015-09-302-7/+37
* msp430: Fix bug regarding large memory model inferior function call arguments.Kevin Buettner2015-09-292-3/+15
* Undo accidental commitjamesbowman2015-09-291-39/+6
* Rebase patch #7jamesbowman2015-09-291-6/+39
* [FT32] Replace hard-coded instruction patterns with macrosjamesbowman2015-09-292-9/+12
* Fix last commit's ChangeLogSimon Marchi2015-09-281-1/+1
* cli-script.c: Fix read_next_line's commentSimon Marchi2015-09-282-2/+7
* gdb.base/gcore.c (array_func): Add reference to static_array.Doug Evans2015-09-282-0/+6
* MAINTAINERS: Add Iain Buclaw as D language maintainer.Doug Evans2015-09-282-0/+5
* common/filestuff.c (make_cleanup_close): Update comment.Doug Evans2015-09-282-1/+5
* Fix cast of xml_find_attribute's return valueSimon Marchi2015-09-266-12/+22
* [D] Fix regression in py-lookup-type.expIain Buclaw2015-09-262-7/+41
* Fix typo in syntax of record instruction-history begin, end.Doug Evans2015-09-252-2/+8
* Add some more casts (2/2)Simon Marchi2015-09-25127-701/+1404
* Add some more casts (1/2)Simon Marchi2015-09-25133-649/+1352
* Add casts to memory allocation related callsSimon Marchi2015-09-25192-796/+1411
* Generalize enum regexp in gdb.cp/classes.exp.Sandra Loosemore2015-09-242-1/+6
* [FT32] Implement pointer to address conversion method.jamesbowman2015-09-243-2/+104
* Allow any size enum in gdb.cp/var-tag.exp.Sandra Loosemore2015-09-232-1/+6
* [Ada] Fix handling of array renamingsPierre-Marie de Rodat2015-09-236-4/+112
* doc: Fix substitute-path exampleSimon Marchi2015-09-222-2/+7
* stap-probe: Remove unnecessary castSimon Marchi2015-09-222-1/+5
* Add two missing constsSimon Marchi2015-09-213-2/+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
* 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