aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-22Copy .py files to remote hostYao Qi4-6/+18
2014-08-22Remove workaround to libbabeltrace 1.1.0 issueYao Qi2-49/+5
2014-08-21Fix 'gcore' with exited threadsJan Kratochvil5-0/+128
2014-08-21infcmd.c: Remove stale TODOPedro Alves2-10/+4
2014-08-21Remove useless gcore command detectionPedro Alves8-80/+10
2014-08-21gdb: Fix aarch64 native build issue caused by use of LONGESTWill Newton2-1/+6
2014-08-20Integrate PR 12649's race detector directly in the testsuite machineryPedro Alves8-4/+168
2014-08-20Fix handling of typedefs to types having a data_location attribute.Joel Brobecker4-5/+118
2014-08-20value.c (value_contents_bits_eq): Initialize l,h for gcc -Wall.Pedro Alves2-1/+5
2014-08-20Adjust comments with example in itYao Qi5-4/+21
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves19-450/+554
2014-08-19Fix -fsanitize=address on unreadable inferior stringsJan Kratochvil2-2/+9
2014-08-19Remove stale commentPedro Alves2-1/+5
2014-08-19Convert target_structs vector to VECSimon Marchi2-26/+22