aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-04-12Use scoped_restore in more placesTom Tromey8-51/+36
2017-04-12C++ify mi_parseTom Tromey4-43/+44
2017-04-12Remove some cleanups from location.cTom Tromey2-38/+32
2017-04-12Remove some cleanups from gnu-v3-abi.cTom Tromey2-36/+26
2017-04-12Fix up wchar_iterator commentTom Tromey2-4/+6
2017-04-12Remove cleanup_iconvTom Tromey2-16/+33
2017-04-12Change increment_reading_symtab to return a scoped_restoreTom Tromey5-17/+15
2017-04-12Introduce gdb_dlhandle_upTom Tromey5-64/+70
2017-04-12Change find_pcs_for_symtab_line to return a std::vectorTom Tromey5-30/+28
2017-04-12Introduce command_line_upTom Tromey11-116/+109
2017-04-12Introduce event_location_upTom Tromey17-286/+202
2017-04-12gdb: Move DJGPP/go32 bits to their own tdep filePedro Alves6-43/+97
2017-04-12Fix build error in aix-thread.cSimon Marchi2-1/+5
2017-04-12Remove unnecessary set_gdbarch_gnu_triplet_regexp callsPedro Alves2-4/+5
2017-04-12Teach GDB that wchar_t is a built-in type in C++ modePedro Alves27-14/+220
2017-04-12Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++Pedro Alves7-6/+214
2017-04-12Fix Changelog for ab0538b875c054468aa205d8d36550d1223a3bfdAlan Hayward1-1/+1
2017-04-12Add M32R_ARG_REGISTER_SIZEAlan Hayward2-1/+9
2017-04-12Fix build breakage from last commit (window-nat.c:windows_create_inferior)Sergio Durigan Junior2-1/+6
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior20-176/+220
2017-04-11gdb/thread.c: Fix whitespace throughoutPedro Alves2-31/+37
2017-04-11Fix read after xfree in linux-nat.c:linux_nat_detachPhilipp Rudo2-1/+4
2017-04-11Remove MAX_REGISTER_SIZE from arm-tdep.cAlan Hayward2-1/+5
2017-04-10Fix PR gdb/21364: Dead code due to an unreachable condition in osdata.cSergio Durigan Junior2-1/+7
2017-04-10thread.c: ptid_equal -> operator==Pedro Alves2-28/+39
2017-04-10GC gdb/thread.c:current_thread_cleanup_chainPedro Alves2-17/+8
2017-04-10msp430: Don't use REG_UNKNOWNAlan Hayward2-4/+7
2017-04-10Don't delete thread_info if refcount isn't zeroYao Qi4-62/+101
2017-04-10Hoist code on marking thread as exitedYao Qi2-21/+17
2017-04-09windows-nat.c: Fix bad initialization of ptidSimon Marchi2-1/+6
2017-04-07ptid-selftests: Fix erroneous assert messagesSimon Marchi2-9/+13
2017-04-07Add BFIN_MAX_REGISTER_SIZEAlan Hayward2-2/+10
2017-04-06Class-ify ptid_tSimon Marchi7-77/+350
2017-04-06Fix Windows gdb build failure with Python 2 supportThomas Preud'homme2-1/+6
2017-04-05ptid_{lwp,tid}_p: Remove unnecessary checksSimon Marchi2-8/+5
2017-04-05-Wwrite-strings: Remove -Wno-write-stringsPedro Alves5-3/+12
2017-04-05-Wwrite-strings: The RestPedro Alves150-452/+737
2017-04-05-Wwrite-strings: More SolarisPedro Alves8-24/+37
2017-04-05-Wwrite-strings: Fix Solaris "set procfs-file"Pedro Alves2-3/+10
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves6-29/+72
2017-04-05-Wwrite-strings: execute_command calls with string literalsPedro Alves5-13/+25
2017-04-05-Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overloadPedro Alves12-63/+111
2017-04-05-Wwrite-strings: Wrap PyGetSetDef for construction with string literalsPedro Alves18-19/+72
2017-04-05-Wwrite-strings: More fix-old-Python-API wrappersPedro Alves2-0/+71
2017-04-05-Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECDPedro Alves2-5/+6
2017-04-05-Wwrite-strings: gdbserver's 'port' parsingPedro Alves4-10/+21
2017-04-05-Wwrite-strings: MI -info-osPedro Alves4-5/+29
2017-04-05-Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameterPedro Alves14-94/+155
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves8-34/+69
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves33-56/+99