summaryrefslogtreecommitdiff
path: root/gdb/infcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-3/+3
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-5/+5
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-11/+3
* Use common_val_print in infcmd.cTom Tromey2020-03-131-9/+3
* Pass thread_info pointer to various inferior control functionsSimon Marchi2020-03-061-18/+19
* Fix -Werror-stringop error on infcmd.c:construct_inferior_argumentsPedro Alves2020-01-291-0/+5
* Implement 'set/show exec-file-mismatch'.Philippe Waroquiers2020-01-251-0/+3
* Use get_thread_regcache instead of get_current_regcache in post_create_inferiorSimon Marchi2020-01-151-1/+2
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-34/+78
* Some get_last_target_status tweaksPedro Alves2020-01-101-7/+2
* Delete unnecessary code from kill_commandPedro Alves2020-01-101-14/+0
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Check all inline frames if they are marked for skipBernd Edlinger2019-12-161-2/+18
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-2/+2
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1
* Remove unused includes in infcmd.c and infrun.cSimon Marchi2019-10-291-6/+0
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Fix type of startup_with_shell in gdbserverTom Tromey2019-10-021-4/+0
* Introduce metadata styleTom Tromey2019-10-011-1/+3
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers2019-08-071-2/+3
* Rename common to gdbsupportTom Tromey2019-07-091-4/+4
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-2/+2
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-1/+1
* Add "set print finish"Tom Tromey2019-05-291-4/+29
* Use -qualified flag when setting temporary breakpoint in start commandSimon Marchi2019-04-091-1/+4
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-1/+1
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* C++-ify struct thread_fsmTom Tromey2019-02-071-170/+76
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey2019-01-231-10/+2
* Fix crash in "finish"Tom Tromey2019-01-061-2/+3
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-49/+20
* Introduce gdbarch_num_cooked_regsSimon Marchi2018-10-211-14/+5
* Make the "info proc" documentation more consistent.John Baldwin2018-09-181-6/+6
* Add a new 'info proc files' subcommand of 'info proc'.John Baldwin2018-09-181-0/+12
* Change get_inferior_args to return const char *Tom Tromey2018-09-151-1/+1
* Use BLOCK_ENTRY_PC in place of most uses of BLOCK_STARTKevin Buettner2018-08-231-1/+1
* [gdb/breakpoints] Fix sigsegv in info prog at exec catchpointTom de Vries2018-07-261-1/+1
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_matchTom Tromey2018-07-031-1/+1
* Remove ptid_get_pidTom Tromey2018-07-031-5/+5
* Remove pid_to_ptidTom Tromey2018-07-031-3/+3
* gdb: Eliminate the 'stop_pc' globalPedro Alves2018-06-281-7/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-19/+22
* [gdb/cli] Honour 'print pretty' when printing result of finish commandTom de Vries2018-06-141-1/+1