aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-10-04Fix "Remote 'g' packet reply is too long" problems with multiple inferiorsPedro Alves8-30/+169
2017-10-04Reimplement support for "maint print registers" with no running inferior yetPedro Alves2-15/+24
2017-10-04Redesign mock environment for gdbarch selftestsPedro Alves7-63/+119
2017-10-04Fix -list-thread-groups --available logic and add testSimon Marchi5-1/+111
2017-10-04Move code out of 'between TRY and CATCH'Pedro Alves2-1/+7
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves1-0/+9
2017-10-04Add missing-END_CATCH detection/protection (to gdb's TRY/CATCH/END_CATCH)Pedro Alves3-14/+29
2017-10-04Extend "set cwd" to work on gdbserverSergio Durigan Junior13-13/+203
2017-10-04Implement "set cwd" command on GDBSergio Durigan Junior15-18/+455
2017-10-04Introduce gdb_tilde_expandSergio Durigan Junior6-0/+127
2017-10-03gdbarch: Remove duplicate `struct objfile' declarationMaciej W. Rozycki3-2/+5
2017-10-03Fix incorrect string_printf use in utils.cTom Tromey2-1/+5
2017-10-03Use std::string in info_symbol_commandTom Tromey2-9/+11
2017-10-03Use std::string in gdb_safe_append_historyTom Tromey2-14/+14
2017-10-03Remove make_delete_ui_cleanupTom Tromey5-75/+57
2017-10-03Use gdb::byte_vector in load_progressTom Tromey2-5/+8
2017-10-03Remove unused declarationsTom Tromey4-3/+7
2017-10-03Use std::string in utils.cTom Tromey2-29/+26
2017-10-03Remove set_batch_flag_and_make_cleanup_restore_page_infoTom Tromey5-84/+57
2017-10-03Change record_full_gdb_operation_disable_set not to return a cleanupTom Tromey4-31/+32
2017-10-02Fix &str printing in RustTom Tromey5-8/+48
2017-10-02Fix ptype of Rust slicesTom Tromey4-3/+67
2017-10-02Allow indexing of &str in RustTom Tromey4-1/+12
2017-10-02Add missing "extern" in rust-lang.hTom Tromey2-2/+6
2017-10-02Fix GDB build with G++ 4.8Pedro Alves3-4/+12
2017-10-02nto & lynx x86: call init_target_descSimon Marchi3-2/+17
2017-09-29Remove free_memory_read_result_vectorTom Tromey4-96/+66
2017-09-29Change captured_mi_execute_command to use scoped_restoreTom Tromey2-6/+7
2017-09-29Use a std::vector for ada_exceptions_listTom Tromey4-71/+61
2017-09-29Use std::set in mi-main.cTom Tromey2-59/+31
2017-09-29Use std::string in mi-main.cTom Tromey2-31/+16
2017-09-29Use gdb::byte_vector in mi_cmd_data_write_memory_bytesTom Tromey2-13/+12
2017-09-29Remove unused declarationTom Tromey2-1/+4
2017-09-29Don't copy a string in mi_cmd_disassembleTom Tromey2-5/+5
2017-09-29Remove cleanups from mi-cmd-var.cTom Tromey4-34/+20
2017-09-29Remove cleanups from mi_cmd_break_insert_1Tom Tromey2-30/+25
2017-09-29Remove make_cleanup_defer_target_commit_resumeTom Tromey4-40/+44
2017-09-29Remove some unused declarationsTom Tromey3-3/+5
2017-09-29Remove a cleanup from symtab.cTom Tromey2-8/+6
2017-09-29Remove cleanup from mt-tdep.cTom Tromey2-8/+9
2017-09-29Remove cleanup from xstormy16-tdep.cTom Tromey2-8/+10
2017-09-29Remove cleanup from complaints.cTom Tromey2-6/+7
2017-09-29Remove some cleanups from tracepoint.cTom Tromey2-30/+18
2017-09-29Remove cleanups from cp-support.cTom Tromey2-15/+14
2017-09-29Remove some cleanups from stack.cTom Tromey2-15/+10
2017-09-29Remove cleanup from tilegx-tdep.cTom Tromey2-8/+9
2017-09-29Remove cleanups from utils.cTom Tromey2-16/+12
2017-09-29Remove cleanup from display_gdb_promptTom Tromey2-16/+14
2017-09-29Introduce string_vprintfTom Tromey4-0/+56
2017-09-29Constify unpack_varlen_hex & fix falloutPedro Alves16-82/+115