aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-15C++-ify bp_locationTom Tromey1-16/+4
2019-02-12Use address style to print addresses in breakpoint information.Philippe Waroquiers1-3/+4
2019-02-07C++-ify struct thread_fsmTom Tromey1-75/+33
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-23Remove make_bpstat_clear_actions_cleanupTom Tromey1-2/+2
2019-01-23Remove remaining cleanup from gdb/breakpoint.cTom Tromey1-12/+0
2019-01-23Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey1-5/+6
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-4/+4
2019-01-10Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves1-3/+3
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-108/+103
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Style locations when setting a breakpointTom Tromey1-3/+9
2018-12-28Add output styles to gdbTom Tromey1-4/+8
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-5/+2
2018-11-20gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess1-3/+0
2018-10-04Simple -Wshadow=local fixesTom Tromey1-15/+11
2018-09-21Remove redundant test in update_inserted_breakpoint_locationsYacov Simhony1-1/+1
2018-09-17python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi1-1/+6
2018-09-16Use GNU style for metasyntactic variables in gdbTom Tromey1-1/+1
2018-08-28Fix regression for multi breakpoints command line clearing.Philippe Waroquiers1-1/+7
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-15/+7
2018-07-25Notify about breakpoint modification when enabling/disabling single locationJan Vrany1-0/+2
2018-07-22Simple unused variable removalsTom Tromey1-3/+1
2018-07-10Use std::vector for moribund_locationsTom Tromey1-24/+16
2018-07-03Remove VEC from breakpointTom Tromey1-6/+6
2018-07-03Remove ptid_equalTom Tromey1-7/+7
2018-07-03Remove ptid_get_pidTom Tromey1-11/+11
2018-06-29"break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves1-3/+0
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-36/+40
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-3/+4
2018-06-01inadvertent language switch during breakpoint_re_set_oneJoel Brobecker1-0/+13
2018-05-29Remove "struct" keyword in range-based for loopsSimon Marchi1-2/+2
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey1-16/+6
2018-05-17Don't elide all inlined framesKeith Seitz1-41/+38
2018-05-04Use function_view in cli-script.cTom Tromey1-13/+10
2018-05-04Constify prompt argument to read_command_linesTom Tromey1-2/+1
2018-05-04Use counted_command_line everywhereTom Tromey1-18/+12
2018-05-03target_ops: Use bool throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-4/+3
2018-04-30Remove some is_mi_like_p from breakpoint codeTom Tromey1-9/+4
2018-04-26For PPC64/ELFv1: Introduce mst_data_gnu_ifuncPedro Alves1-1/+2
2018-04-26Fix setting breakpoints on ifunc functions after they're already resolvedPedro Alves1-18/+12
2018-04-06Remove free_value_chainTom Tromey1-14/+16
2018-04-06Change breakpoints to use value_ref_ptrTom Tromey1-49/+31
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-16/+12
2018-04-05Change streq to return boolTom Tromey1-4/+2
2018-03-30Use std::vector in uploaded_tpSimon Marchi1-7/+9
2018-03-22Get rid of VEC(static_tracepoint_marker_p)Simon Marchi1-42/+26
2018-03-19Convert observers to C++Tom Tromey1-26/+26
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-18/+7