aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-27gdb/breakpoint: use gdb::option for the '-force' flagTankut Baris Aktemur1-20/+64
2020-10-27gdb/breakpoint: add flags to 'condition' and 'break' commands to force conditionTankut Baris Aktemur1-8/+43
2020-10-27gdb/breakpoint: disable a bp location if condition is invalid at that locationTankut Baris Aktemur1-50/+185
2020-10-19gdb: get jiter objfile from a bound minsymMihails Strasuns1-8/+11
2020-09-28Remove target_has_execution macroTom Tromey1-4/+4
2020-09-17Use htab_up in breakpoint.cTom Tromey1-8/+4
2020-09-16gdb: use bool in the solib catchpoint areaSimon Marchi1-29/+16
2020-09-16gdb/breakpoint: make a copy of the "commands" command's argumentTankut Baris Aktemur1-1/+11
2020-09-11gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluat...Tankut Baris Aktemur1-1/+1
2020-08-28[gdb/breakpoint] Handle setting breakpoint on label without addressTom de Vries1-18/+18
2020-08-27Fix advance/until and multiple locations (PR gdb/26524)Pedro Alves1-41/+36
2020-08-24gdb: add infrun_debug_printf macroSimon Marchi1-17/+6
2020-07-30gdb/breakpoint: refactor 'set_breakpoint_condition'Tankut Baris Aktemur1-20/+9
2020-07-30gdb/breakpoint: set the condition exp after parsing the condition successfullyTankut Baris Aktemur1-21/+38
2020-07-30gdb/breakpoint: do not update the condition string if parsing the condition f...Tankut Baris Aktemur1-8/+9
2020-07-22gdb/jit: pass the jiter objfile as an argument to jit_event_handlerTankut Baris Aktemur1-1/+2
2020-06-17gdb: Convert language la_watch_location_expression field to a methodAndrew Burgess1-1/+1
2020-05-17Stop considering hw and sw breakpoint locations duplicates (PR gdb/25741)Pedro Alves1-86/+167
2020-05-15Ensure class_alias is only used for user-defined aliases.Philippe Waroquiers1-6/+6
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-4/+4
2020-05-08Remove ALL_PSPACESTom Tromey1-115/+113
2020-05-03Update more calls to add_prefix_cmdTom Tromey1-33/+12
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-7/+7
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-12/+4
2020-03-12Don't use sprintf_vma for CORE_ADDRTom Tromey1-3/+2
2020-01-29Recognize more program breakpoint patternsLuis Machado1-39/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-6/+19
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-09Fix scripted probe breakpointsGeorge Barrett1-19/+43
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-2/+2
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-19Replace some more qsort calls with std::sortChristian Biesinger1-17/+12
2019-10-15Make tui-winsource not use breakpoint_chainChristian Biesinger1-1/+1
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-3/+2
2019-10-12gdb: small cleanup in breakpoint.c's includesSimon Marchi1-5/+1
2019-10-01Introduce metadata styleTom Tromey1-3/+5
2019-10-01Use new %p format suffixes in gdbPedro Alves1-35/+30
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-4/+4
2019-09-21gdb: make watchpoint::val_valid a boolSimon Marchi1-6/+6
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-8/+8
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-24/+37
2019-08-06Change breakpoint::filter to be a unique_xmalloc_ptrTom Tromey1-3/+2
2019-07-17Rename field_int to field_signedTom Tromey1-25/+25
2019-07-15Use field_string in more placesTom Tromey1-2/+2
2019-07-10breakpoint: Make is_*point functions return boolSimon Marchi1-24/+18
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey1-3/+5
2019-07-10Update breakpoint_1's documentationSimon Marchi1-26/+32
2019-07-10Make some bpstat functions use boolSimon Marchi1-14/+14
2019-07-09Make bpstat_what::is_longjmp a boolSimon Marchi1-1/+1