summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* gdb/qiyao2013-10-062-1/+6
* (dwarf2_section_info): Comment tweaks missed in previous checkin.Doug Evans2013-10-051-2/+2
* Add support for DWP file format version 2.Doug Evans2013-10-053-118/+802
* Clean up ptid.h/ptid.c.Pedro Alves2013-10-043-49/+50
* Fix syntax error in aix-thread.c:sync_threadlistsJoel Brobecker2013-10-042-1/+6
* Fix build failure in procfs.c after MERGEPID -> ptid_build conversion.Joel Brobecker2013-10-042-1/+6
* Remove unnecessary cast in aix-thread.c:ptrace32.Joel Brobecker2013-10-042-1/+5
* Add support for --start option in -exec-run GDB/MI command.Joel Brobecker2013-10-048-5/+151
* Move pending_event to remote_notif_state.qiyao2013-10-044-47/+118
* Move notif_queue and remote_async_get_pending_events_token to remote_stateqiyao2013-10-044-57/+103
* Fix FIXME: xstrdup should not be hereqiyao2013-10-042-9/+22
* 2013-10-03 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-10-033-7/+29
* Always run the PTRACE_O_TRACESYSGOOD tests even if PTRACE_O_TRACEFORK is not ...Pedro Alves2013-10-032-37/+56
* 2013-10-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-10-032-30/+19
* gdb/testsuite/yufeng2013-10-022-1/+12
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-0219-30/+154
* Teach the testsuite that GDBserver reliably reports program exits.Pedro Alves2013-10-025-6/+35
* [GDBserver]: Silence exits if GDB is connected through stdio.Pedro Alves2013-10-023-8/+27
* Use FILENAME_CMP to compare filenames in compare_search_syms.Joel Brobecker2013-10-022-1/+6
* Delete search_symbols_equal (use compare_search_syms instead).Joel Brobecker2013-10-022-14/+8
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-10-022-1/+10
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-10-022-2/+11
* 2013-10-02 Phil Muldoon <pmuldoon@redhat.com>pmuldoon2013-10-022-2/+11
* Constification of parse_linespec and fallout:Keith Seitz2013-10-0226-132/+289
* * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h.Doug Evans2013-10-012-6/+4
* * gdb.python/python.exp: Remove redundant print-stack tests.Doug Evans2013-10-012-15/+14
* gdb/qiyao2013-10-012-111/+95
* gdb/qiyao2013-10-013-15/+8
* gdb/qiyao2013-10-012-9/+5
* gdb/qiyao2013-10-013-8/+13
* gdb/qiyao2013-10-015-23/+46
* [gdbserver/LynxOS]: Incomplete thread list after --attachJoel Brobecker2013-10-012-1/+43
* [ELinOS] Best effort to load system libraries in case of incomplete envJoel Brobecker2013-10-012-12/+33
* wrong "catch exception" error message when finding trampoline msym.Joel Brobecker2013-10-012-1/+9
* 2013-09-30 Tristan Gingold <gingold@adacore.com>Tristan Gingold2013-09-302-61/+152
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-3061-536/+605
* gdb/testsuite/qiyao2013-09-292-1/+10
* gdb: btrace: fix build errors on older glibc buildsMike Frysinger2013-09-296-4/+21
* * dwarf2read.c (dwarf2_section_info): Add comment.Doug Evans2013-09-272-13/+29
* * dwarf2read.c (die_reader_specs): Tweak comment.Doug Evans2013-09-272-45/+117
* * dwarf2read.c (struct dwo_file): Add/tweak comments.Doug Evans2013-09-272-41/+58
* Fix regular /path/to/directory sysroots and target reported dll paths with dr...Pedro Alves2013-09-274-3/+40
* remote.c: Remove unnecessary fields from 'struct stop_reply'.Pedro Alves2013-09-272-20/+18
* Fix set debug frame outputJan Kratochvil2013-09-262-2/+11
* Replace constant values 8 to 15 by AMD64_R8_REGNUM toPierre Muller2013-09-263-5/+21
* * objfiles.c (allocate_objfile): Move comment to better place.Doug Evans2013-09-262-4/+6
* New option "set debug symfile on".Doug Evans2013-09-259-6/+810
* * symfile.h (struct sym_fns): Delete member "sym_flavour".Doug Evans2013-09-2510-37/+41
* * symfile.h (struct sym_fns): Add "objfile" argument toDoug Evans2013-09-254-4/+8
* * symtab.c (domain_name, search_domain_name): New functions.Doug Evans2013-09-253-0/+38