aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2017-12-05Address review comments for the previous seriesSimon Marchi2-2/+10
2017-12-05Split tdesc_type into multiple classesSimon Marchi42-1074/+1187
2017-12-05Make tdesc_arch_data::arch_regs an std::vectorSimon Marchi2-42/+54
2017-12-05Make tdesc_type::u::u::fields an std::vectorSimon Marchi2-119/+95
2017-12-05Make tdesc_type::name an std::stringSimon Marchi2-27/+35
2017-12-05Make tdesc_feature::types an std::vectorSimon Marchi2-40/+34
2017-12-05Make tdesc_reg string fields std::stringSimon Marchi4-41/+51
2017-12-05Make tdesc_feature::registers an std::vectorSimon Marchi2-47/+35
2017-12-05Make tdesc_feature::name an std::stringSimon Marchi2-10/+19
2017-12-05Make target_desc::features an std::vectorSimon Marchi2-52/+33
2017-12-05Make target_desc::compatible an std::vectorSimon Marchi2-30/+19
2017-12-05Make target_desc::properties an std::vectorSimon Marchi2-40/+30
2017-12-05Redefine gdb_static_assert as static_assertSimon Marchi2-2/+6
2017-12-05Remove some unused variablesSimon Marchi85-224/+179
2017-12-04Extend gdb.core/coredump-filter.exp to test dump-excluded-mappings.Sergio Lopez1-12/+34
2017-12-04Document the new "-a" command line option for gcoreSergio Lopez2-1/+13
2017-12-04Implement "-a" command line option for gcoreSergio Lopez1-17/+30
2017-12-04Document new {set,show} dump-excluded-mappings commands.Sergio Lopez2-1/+18
2017-12-04Implement 'set dump-excluded-mappings' commandSergio Lopez1-1/+29
2017-12-04Update manual for Rust changeTom Tromey4-3/+11
2017-12-04Fix displaced-stepping RIP-relative VEX-encoded instructions (AVX) (PR gdb/22...Pedro Alves5-9/+274
2017-12-03Remove mem_region_vector typedefSimon Marchi4-12/+17
2017-12-03Make make-target-delegates grok namespace scope op and template paramsPedro Alves4-3/+24
2017-12-03Fix gdb.threads/process-dies-while-detaching.expPedro Alves3-22/+71
2017-12-02Remove for_each_inferior_with_dataSimon Marchi4-20/+12
2017-12-02Remove for_each_inferiorSimon Marchi7-35/+32
2017-12-02Remove find_inferiorSimon Marchi3-14/+5
2017-12-02Update commentsSimon Marchi2-3/+8
2017-12-02Remove usages of find_inferior that call proceed_one_lwpSimon Marchi2-16/+32
2017-12-02Remove usage of find_inferior in linux_resumeSimon Marchi2-9/+15
2017-12-02Remove usages of find_inferior in stop_all_lwpsSimon Marchi2-11/+27
2017-12-02Remove usage of find_inferior in linux_stabilize_threadsSimon Marchi2-8/+13
2017-12-02Remove usages of find_inferior in select_event_lwpSimon Marchi2-62/+38
2017-12-02Remove usages of find_inferior calling not_stopped_callbackSimon Marchi2-19/+27
2017-12-02Remove usage of find_inferior in find_lwp_pidSimon Marchi2-18/+10
2017-12-02Remove usage of find_inferior in linux_mournSimon Marchi2-13/+9
2017-12-02Remove usage of find_inferior in linux_detachSimon Marchi2-15/+13
2017-12-02Remove usage of find_inferior in last_thread_of_process_pSimon Marchi2-22/+22
2017-12-02Remove find_inferior_in_randomSimon Marchi4-29/+29
2017-12-02Remove find_inferior_idSimon Marchi6-40/+28
2017-12-02Remove usages of find_inferior in linux-mips-low.cSimon Marchi2-24/+19
2017-12-02Remove usage of find_inferior in lynx_mournSimon Marchi2-15/+6
2017-12-02Remove usage of find_inferior in regcache_invalidate_pidSimon Marchi2-13/+7
2017-12-02Fix typo in poison.hSimon Marchi2-1/+5
2017-12-01Add support for the readnever conceptSergio Durigan Junior15-35/+300
2017-12-01Make '{add-,}symbol-file' not care about the position of command line argumentsSergio Durigan Junior4-47/+151
2017-12-01Revert "Add support for the readnever concept"Sergio Durigan Junior15-303/+39
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker3-21/+88
2017-12-01Add support for the readnever conceptSergio Durigan Junior15-39/+303
2017-12-01Fix dependency tracking for objects in subdirectoriesTom Tromey2-1/+10