aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-29Constify breakpoint_opsTom Tromey1-4/+4
2022-04-29Remove breakpoint ops initializationTom Tromey1-39/+31
2022-04-29Remove vtable_breakpoint_opsTom Tromey1-61/+30
2022-04-29Remove most fields from breakpoint_opsTom Tromey1-210/+29
2022-04-29Remove breakpoint_ops from init_catchpointTom Tromey1-3/+3
2022-04-29Remove breakpoint_ops from init_ada_exception_breakpointTom Tromey1-2/+2
2022-04-29Merge probe and ordinary tracepointsTom Tromey1-10/+3
2022-04-29Merge probe and ordinary breakpointsTom Tromey1-32/+26
2022-04-29Remove bkpt_base_breakpoint_opsTom Tromey1-11/+0
2022-04-29Convert static marker tracepoints to vtable opsTom Tromey1-10/+18
2022-04-29Add bp_static_marker_tracepointTom Tromey1-9/+23
2022-04-29Convert ranged breakpoints to vtable opsTom Tromey1-66/+60
2022-04-29Convert dprintf to vtable opsTom Tromey1-34/+29
2022-04-29Convert ordinary breakpoints to vtable opsTom Tromey1-54/+41
2022-04-29Change inheritance of dprintfTom Tromey1-5/+2
2022-04-29Convert momentary breakpoints to vtable opsTom Tromey1-26/+19
2022-04-29Convert internal breakpoints to vtable opsTom Tromey1-36/+25
2022-04-29Convert base breakpoints to vtable opsTom Tromey1-31/+24
2022-04-29Add some new subclasses of breakpointTom Tromey1-13/+70
2022-04-29Convert tracepoints to vtable opsTom Tromey1-61/+41
2022-04-29Convert watchpoints to vtable opsTom Tromey1-164/+116
2022-04-29Add a vtable-based breakpoint opsTom Tromey1-0/+110
2022-04-29Return bool from breakpoint_ops::print_oneTom Tromey1-10/+21
2022-04-29Delete some unnecessary wrapper functionsTom Tromey1-64/+4
2022-04-29Add an assertion to clone_momentary_breakpointTom Tromey1-0/+1
2022-04-29Boolify print_solib_eventTom Tromey1-3/+3
2022-04-29Move "catch load" to a new fileTom Tromey1-258/+2
2022-04-18gdb: fix using clear command to delete non-user breakpoints(PR cli/7161)Enze Li1-1/+2
2022-04-11gdb: remove MSYMBOL_TYPE macroSimon Marchi1-4/+4
2022-04-11gdb: remove symbol value macrosSimon Marchi1-6/+5
2022-04-07gdb: remove symtab::objfileSimon Marchi1-4/+5
2022-03-31Remove dbx modeTom Tromey1-99/+0
2022-03-29Unify gdb printf functionsTom Tromey1-194/+194
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-03-21Watchpoint followed by catchpoint misreports watchpoint (PR gdb/28621)Pedro Alves1-0/+15
2022-02-18Add constructor to bound_minimal_symbolTom Tromey1-4/+4
2022-02-07gdb: make thread_info::m_thread_fsm a std::unique_ptrLancelot SIX1-2/+4
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-4/+4
2022-02-06gdb: remove SYMTAB_COMPUNIT macro, add getter/setterSimon Marchi1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-11/+4
2022-01-25Reduce explicit use of gdb_stdoutTom Tromey1-4/+3
2022-01-25Send some error output to gdb_stderrTom Tromey1-3/+4
2022-01-18Move "catch exec" to a new fileTom Tromey1-191/+0
2022-01-18Move "catch fork" to a new fileTom Tromey1-243/+0
2022-01-18Unify "catch fork" and "catch vfork"Tom Tromey1-142/+41
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
2022-01-05Use filtered output in ordinary commandsTom Tromey1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-07gdb: make set_raw_breakpoint staticSimon Marchi1-5/+5
2021-12-02Add "task" keyword to the "watch" commandTom Tromey1-0/+12