summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-1112-47/+64
* Check file exists before completion testsYao Qi2014-04-112-3/+17
* Conditional Z1 breakpoint hangs GDBserver.Pedro Alves2014-04-107-15/+212
* breakpoint shadowing, take single-step breakpoints into account.Pedro Alves2014-04-102-69/+125
* [GDBserver] Fix SH/Linux build.Pedro Alves2014-04-092-1/+6
* darwin: fix thinko (free thread port after threads are discovered).Tristan Gingold2014-04-092-4/+30
* Fix erroneous backtrace on avrxmega architectures.Pierre Langlois2014-04-082-1/+14
* [testsuite] Disable Ctrl-V use for mingw hosts.Pierre Muller2014-04-082-2/+15
* [python] Fix gdb.Value.dynamic_type for reference values.Siva Chandra2014-04-075-1/+18
* Add support to recognize clang.Doug Evans2014-04-073-0/+13
* Fix ARI warning in darwin-nat.c::darwin_decode_messageJoel Brobecker2014-04-072-1/+6
* (read_cutu_die_from_dwo): Update function comment to match previous change.Doug Evans2014-04-031-2/+2
* * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion, at most oneDoug Evans2014-04-032-2/+7
* Escape backslash in windows pathYao Qi2014-04-032-2/+6
* Handle VDSO section headers past end of pageAlan Modra2014-04-022-7/+39
* * dwarf2read.c (read_cutu_die_from_dwo): Improve comment.Doug Evans2014-04-012-3/+9
* darwin-nat: avoid crash while debugging gdb.Tristan Gingold2014-04-012-54/+98
* gdb.arch/ppc64-atomic-inst.exp: Improve error handling.Anton Blanchard2014-04-012-7/+12
* gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile, prepare_for_testing.Anton Blanchard2014-04-012-11/+7
* Fix ppc64 single step over atomic sequence testcase.Anton Blanchard2014-04-014-48/+78
* dwarf2read.c (read_cutu_die_from_dwo): Delete unused local comp_dir_string.Doug Evans2014-03-312-1/+5
* New option "set print symbol-loading".Doug Evans2014-03-3111-2/+321
* Allow ';' as a directory separatorYao Qi2014-03-312-2/+6
* * infrun.c (set_last_target_status): New function.Doug Evans2014-03-302-2/+15
* * inferior.h (enum stop_kind): Improve comment.Doug Evans2014-03-302-8/+12
* * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.Doug Evans2014-03-302-18/+23
* [varobj] false type-changed status for reference to Ada arrayJoel Brobecker2014-03-287-1/+147
* Remove `expout*' globals from parser-defs.hSergio Durigan Junior2014-03-2731-1548/+2038
* * dwarf2read.c (read_str_index): Delete arg cu. All callers updated.Doug Evans2014-03-272-4/+8
* * dwarf2read.c (init_cutu_and_read_dies_no_follow): Fix comments.Doug Evans2014-03-272-12/+15
* * dwarf2read.c (struct dwarf2_cu): Improve comments for membersDoug Evans2014-03-272-2/+7
* * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".Doug Evans2014-03-272-1/+5
* Return zero in can_single_step_to_signal_handler for nios2-*-* targetYao Qi2014-03-272-1/+7
* Remove VAR_DOMAIN/STRUCT_DOMAIN ambiguity from ada-tasks.c.Keith Seitz2014-03-262-6/+11
* Skip tests on completion and readline when readline lib isn't usedYao Qi2014-03-2610-136/+198
* Fix code format issues gdb.base/macscp.expYao Qi2014-03-262-48/+56
* Fix type of "fp" and other registers for Nios II.Sandra Loosemore2014-03-254-12/+19
* Support gdb.asm/asm-source.exp on powerpc64leUlrich Weigand2014-03-253-0/+57
* "source", foreground execution commands, and target-asyncPedro Alves2014-03-256-0/+110
* gdb.linespec/macro-relative.exp: Mark the test as unsupported if using fission.Doug Evans2014-03-242-0/+11
* Fix PR breakpoints/16101: gdb.base/dprintf.exp agent-printf failures with non...Hui Zhu2014-03-244-34/+77
* testsuite: Remove needless linux-nat requirement in gdb-sigterm.exp.Jan Kratochvil2014-03-242-1/+4
* Fix PR/16720Pierre Langlois2014-03-242-1/+6
* darwin-nat.c: fix dump of messages on x86_64.Tristan Gingold2014-03-242-18/+22
* Fix typo in previous entry.Pierre Langlois2014-03-241-1/+1
* Add myself as a write-after-approval mainainer.Pierre Langlois2014-03-242-0/+5
* * infcmd.c: Whitespace fixes.Doug Evans2014-03-222-2/+14
* * infcmd.c (interrupt_command): Renamed from interrupt_target_command.Doug Evans2014-03-222-2/+7
* Remove target_read_live_memoryYao Qi2014-03-224-63/+22
* Factor remote_read_bytes.Yao Qi2014-03-222-43/+60