aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2018-05-22[PowerPC] Consolidate linux target description selectionPedro Franco de Carvalho15-138/+302
2018-05-22fix "stale cleanup" internal-warning when using "catch assert" commandJoel Brobecker2-1/+6
2018-05-22MIPS/Linux: Disable n32 USR `ptrace' accesses to 64-bit registersMaciej W. Rozycki4-0/+26
2018-05-22MIPS/gdbserver: Fix issues with $zero register readsMaciej W. Rozycki2-4/+27
2018-05-21Remove output_command_constTom Tromey4-11/+10
2018-05-21Change ada_catchpoint::excep_string to be a std::stringTom Tromey4-110/+60
2018-05-21Remove cleanup from ada_collect_symbol_completion_matchesTom Tromey2-3/+5
2018-05-21Remove cleanup from ada-lang.cTom Tromey2-20/+15
2018-05-21Remove a cleanup from trace_dump_actionsTom Tromey2-18/+10
2018-05-21Use std::string in reread_symbolsTom Tromey2-5/+8
2018-05-21Use std::unique_ptr in dwarf2_read_debug_namesTom Tromey2-9/+17
2018-05-20Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_newSimon Marchi3-6/+15
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi10-64/+49
2018-05-20Introduce obstack_new, poison other "typed" obstack functionsSimon Marchi8-31/+115
2018-05-19Remove useless variable int i in backtrace_command_1Philippe Waroquiers2-2/+5
2018-05-19Fix reference in comment: SRC_AND_LOC instead of LOC_AND_SRCPhilippe Waroquiers2-1/+5
2018-05-18Allocate dwz_file with newTom Tromey3-21/+32
2018-05-18Allocate dwp_file with newTom Tromey3-29/+49
2018-05-18Use new to allocate mapped_indexTom Tromey3-16/+18
2018-05-18Remove mapped_index::total_sizeSimon Marchi2-4/+4
2018-05-18format_pieces-selftests.c: Silence ARI warningsSimon Marchi2-2/+7
2018-05-18Show padding in ptype/o outputTom Tromey4-22/+62
2018-05-17Don't elide all inlined framesKeith Seitz11-69/+259
2018-05-17Make format_pieces recognize the \e escape sequenceSimon Marchi5-5/+98
2018-05-17Fix for dwz-related crashTom Tromey2-34/+67
2018-05-17value.c: Remove unused variablesSimon Marchi2-6/+7
2018-05-17Initialize py_type_printers in ext_lang_type_printersTom Tromey2-1/+6
2018-05-16PR gdb/22286: linux-nat-trad: Support arbitrary register widthsMaciej W. Rozycki2-10/+26
2018-05-16Make "cbfd" a gdb_bfd_ref_ptrTom Tromey4-5/+13
2018-05-16Use a distinguishing name for minidebug objfileTom Tromey4-5/+25
2018-05-16regcache.c: Remove unused typedefsSimon Marchi2-5/+5
2018-05-15Modify AArch64 Assembly and disassembly functions to be able to fail and repo...Tamar Christina2-4/+11
2018-05-15MIPS/Linux/native: Supply $zero for the !PTRACE_GETREGS caseMaciej W. Rozycki2-1/+12
2018-05-15MIPS: Make `mask_address_var' staticMaciej W. Rozycki2-1/+5
2018-05-15testsuite: Fix a `server_pid' access crash in gdb.server/server-kill.expMaciej W. Rozycki2-1/+7
2018-05-14Clear rust_unions in rust_union_quirksTom Tromey2-0/+6
2018-05-11gdb/x86: Fix write out of mxcsr register for xsave targetsAndrew Burgess2-2/+7
2018-05-11gdb: xtensa: drop gdb_target definitionMax Filippov2-1/+5
2018-05-11Fix email address in ChangeLog entryPedro Alves1-1/+1
2018-05-11Heap-allocate core_target instancesPedro Alves3-121/+184
2018-05-11Eliminate the 'the_core_target' globalPedro Alves4-33/+43
2018-05-11Move core_bfd to program spaceTom Tromey4-5/+11
2018-05-11Remove cleanups from mdebugread.cTom Tromey2-30/+20
2018-05-10x86 LynxOS-178: Adjust floating-point context structureJoel Brobecker2-1/+46
2018-05-10Fix the clang buildTom Tromey5-3/+12
2018-05-10gdbserver/Windows: crash during connection establishment phaseJoel Brobecker12-28/+81
2018-05-10gdbserver/Windows: Fix "no program to debug" errorJoel Brobecker2-0/+10
2018-05-10[gdbserver/win32] fatal "glob could not process pattern '(null)'" errorJoel Brobecker2-2/+11
2018-05-10Fix tagged pointer supportOmair Javaid4-10/+23
2018-05-09gdb: xtensa: handle privileged registersMax Filippov3-8/+19