summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-4/+6
* gdb: make add_com_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-28/+35
* gdb: generate the prefix name for prefix commands on demandMarco Barisione2021-05-121-10/+10
* Remove streq_hash in favor of htab_eq_stringTom Tromey2021-05-071-1/+1
* gdb/mi: add a '--force' flag to the '-break-condition' commandTankut Baris Aktemur2021-05-061-25/+34
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-5/+10
* gdb: use function_view for iterate_over_bp_locations' callbackSimon Marchi2021-04-221-2/+2
* gdb/breakpoint: add a 'force_condition' parameter to 'create_breakpoint'Tankut Baris Aktemur2021-04-211-6/+34
* gdb/breakpoint: display "N" on MI for disabled-by-condition locationsTankut Baris Aktemur2021-04-211-2/+6
* gdb: remove current_top_target functionSimon Marchi2021-03-241-6/+6
* Remove union exp_elementTom Tromey2021-03-081-113/+5
* Add an expr::operation_up to struct expressionTom Tromey2021-03-081-4/+9
* gdb: add obj_section function to bound_minimal_symbolAndrew Burgess2021-02-111-1/+1
* gdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTIONAndrew Burgess2021-02-101-3/+2
* [gdb/breakpoints] Handle glibc with debuginfo in create_exception_master_brea...Tom de Vries2021-02-051-5/+4
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* [gdb/breakpoints] Fix longjmp master breakpoint with separate debug infoTom de Vries2021-01-281-74/+108
* [gdb] Fix internal-error in process_event_stop_testTom de Vries2021-01-081-65/+99
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Make bp_location derive from refcounted_objectTom Tromey2020-12-111-37/+6
* Remove spurious newline on debug printfLuis Machado2020-12-101-1/+1
* gdb/linespec: relax the position of the '-force-condition' flagTankut Baris Aktemur2020-12-071-1/+1
* Change watchpoint_exp_is_const to return boolTom Tromey2020-11-211-4/+4
* gdb: update command completion for watch, awatch, and rwatchAndrew Burgess2020-11-191-31/+99
* gdb: convert some function arguments from int to boolAndrew Burgess2020-11-191-11/+11
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-106/+106
* gdb/breakpoint: use gdb::option for the '-force' flagTankut Baris Aktemur2020-10-271-20/+64
* gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur2020-10-271-8/+43
* gdb/breakpoint: disable a bp location if condition is invalid at that locationTankut Baris Aktemur2020-10-271-50/+185
* gdb: get jiter objfile from a bound minsymMihails Strasuns2020-10-191-8/+11
* Remove target_has_execution macroTom Tromey2020-09-281-4/+4
* Use htab_up in breakpoint.cTom Tromey2020-09-171-8/+4
* gdb: use bool in the solib catchpoint areaSimon Marchi2020-09-161-29/+16
* gdb/breakpoint: make a copy of the "commands" command's argumentTankut Baris Aktemur2020-09-161-1/+11
* gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluat...Tankut Baris Aktemur2020-09-111-1/+1
* [gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries2020-08-281-18/+18
* Fix advance/until and multiple locations (PR gdb/26524)Pedro Alves2020-08-271-41/+36
* gdb: add infrun_debug_printf macroSimon Marchi2020-08-241-17/+6
* gdb/breakpoint: refactor 'set_breakpoint_condition'Tankut Baris Aktemur2020-07-301-20/+9
* gdb/breakpoint: set the condition exp after parsing the condition successfullyTankut Baris Aktemur2020-07-301-21/+38
* gdb/breakpoint: do not update the condition string if parsing the condition f...Tankut Baris Aktemur2020-07-301-8/+9
* gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur2020-07-221-1/+2
* gdb: Convert language la_watch_location_expression field to a methodAndrew Burgess2020-06-171-1/+1
* Stop considering hw and sw breakpoint locations duplicates (PR gdb/25741)Pedro Alves2020-05-171-86/+167
* Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers2020-05-151-6/+6
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-4/+4
* Remove ALL_PSPACESTom Tromey2020-05-081-115/+113
* Update more calls to add_prefix_cmdTom Tromey2020-05-031-33/+12
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-7/+7
* Replace most calls to help_list and cmd_show_listTom Tromey2020-04-171-12/+4