aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2014-09-04parse_number("0") reads uninitialized memoryPedro Alves2-1/+6
2014-09-04Fix PR fortran/17237: bug in f-valprint.cSergio Durigan Junior5-1/+72
2014-09-04Remove code to cope with LWPs wrapped as PIDsGary Benson2-4/+8
2014-09-04Regression for i686 gdb.dwarf2/pieces-optimized-out.expPedro Alves3-125/+125
2014-09-03Improve Type.template_argument docs in Python API.Justin Lebar2-4/+11
2014-09-03Add support for reading frame registers to Python API.Sasha Smundak7-0/+77
2014-09-03Reset errno before PTRACE_PEEKUSER for MIPS DSP_CONTROLJames Hogan4-0/+12
2014-09-03PR python/16699: GDB Python command completion with overriden complete vs. co...Sergio Durigan Junior10-28/+359
2014-09-03x86 debug address register clarificationsGary Benson7-12/+27
2014-09-03Fix dwarf2loc.h::dwarf2_evaluate_property function description.Joel Brobecker2-2/+7
2014-09-02typeprint.c (find_global_typedef): Fix comment.Doug Evans2-2/+6
2014-09-02Rename 32- and 64-bit Intel files from "i386" to "x86"Gary Benson47-629/+664
2014-09-02Use XCNEW rather than xcalloc (1, ...) in linux-x86-low.cGary Benson2-2/+7
2014-09-01Move `_initialize_varobj' to the end of varobj.cMaciej W. Rozycki2-18/+22
2014-08-29Use exceptions and cleanups in gdbserverGary Benson4-97/+125
2014-08-29Introduce common/common-exceptions.[ch]Gary Benson9-438/+570
2014-08-29Introduce common/gdb_setjmp.hGary Benson12-81/+148
2014-08-29Move cleanups.[ch] to commonGary Benson6-6/+31
2014-08-29Move internal_{,v}warning to common/errors.[ch]Gary Benson7-17/+51
2014-08-29Unify startup and option-parsing warningsGary Benson2-21/+15
2014-08-29Replace all usage errors with calls to errorGary Benson2-30/+14
2014-08-29Replace hardwired error handler in go32_create_inferiorGary Benson2-6/+11
2014-08-29Replace hardwired error handler in captured_mainGary Benson2-6/+6
2014-08-29Replace hardwired error handlers in tui_initialize_ioGary Benson2-8/+9
2014-08-29Make warning usable earlierGary Benson2-2/+9
2014-08-29Make error usable earlierGary Benson2-2/+10
2014-08-29Make internal_vproblem always workGary Benson3-8/+51
2014-08-28Move definition of some prologue-related functions to a better location.Doug Evans2-187/+192
2014-08-28symtab.c (find_function_start_sal): Move definition to better spot.Doug Evans2-32/+36
2014-08-28Rewrite {amd64,i386}-pseudo.c to better specify register liveness.Doug Evans3-23/+59
2014-08-28Remove fatal function and prototypeGary Benson3-20/+5
2014-08-28Convert fatal to perror_with_name in IPA codeGary Benson2-6/+10
2014-08-28Convert fatal to error in remote_prepareGary Benson2-1/+5
2014-08-28Downgrade fatal to warning in linux_asyncGary Benson2-1/+18
2014-08-28Convert fatal to gdb_assert in both i386_dr_low_set_addrGary Benson3-5/+10
2014-08-28Straightforward fatal to internal_error conversionsGary Benson9-52/+117
2014-08-28arm software watchpoint: return to epilogueYao Qi2-24/+24
2014-08-28Remove dwarf_decode_lines argumewant_line_infoYao Qi2-10/+14
2014-08-27dwarf2read.c (dwarf_record_line): Fix typo.Doug Evans2-1/+5
2014-08-27Adding last commit's ChangeLog entry.Sergio Durigan Junior1-0/+17
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka7-42/+6
2014-08-27lib/gdb.exp (gdb_compile_shlib): Add support for clang.Doug Evans2-0/+10
2014-08-25Fix clang compilation errors in gdb.mi/basics.c.Doug Evans2-4/+9
2014-08-25gdb.threads/thread-execl.exp: #include <stdio.h>.Doug Evans2-0/+5
2014-08-25linux-nat.c (linux_nat_close): Don't pass NULL for "this".Doug Evans2-2/+7
2014-08-25Fix grammatical error in commentsYao Qi2-2/+6
2014-08-24Update comments in scan_partial_symbols and add_partial_subprogramYao Qi2-21/+33
2014-08-24set print symbol off in py-value.exp and scm-value.expYao Qi3-0/+14
2014-08-22Fix pr 17276.Doug Evans6-12/+471
2014-08-22Create a typedef for record_line: record_line_ftype.Doug Evans3-14/+48