summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* string_fieldusers/palves/format_strings-experimentPedro Alves2019-07-011-8/+6
* down with .ptr()Pedro Alves2019-07-011-7/+7
* Switch more styled output to use %psTom Tromey2019-06-071-11/+9
* Remove the ui_out_style_kind enumTom Tromey2019-06-061-7/+7
* Support %pS / %pN for stylingPedro Alves2019-06-051-3/+3
* Make ui_out::message support %pF, %pS, %pNPedro Alves2019-06-051-13/+12
* Make check_for_argument skip whitespace after arg itselfPedro Alves2019-06-041-4/+1
* Introduce and use make_unique_xstrdupPedro Alves2019-06-041-4/+1
* Fix GDB build when using --disable-gdbmiSimon Marchi2019-05-101-1/+7
* Convert breakpoint.c to type-safe registry APITom Tromey2019-05-081-19/+4
* Make exception handling more efficientTom Tromey2019-04-251-9/+9
* Remove exception_noneTom Tromey2019-04-251-2/+2
* Replace throw_exception with throw in some casesTom Tromey2019-04-081-4/+4
* Rename gdb exception typesTom Tromey2019-04-081-14/+14
* Rewrite TRY/CATCHTom Tromey2019-04-081-42/+28
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-3/+3
* Revert the header-sorting patchTom Tromey2019-04-061-42/+38
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-38/+42
* Move innermost_block_tracker global to parse_stateTom Tromey2019-04-041-6/+9
* Have parser reset the innermost block trackerTom Tromey2019-03-231-3/+0
* Fix MI output for multi-location breakpointsSimon Marchi2019-03-131-8/+18
* C++-ify bp_locationTom Tromey2019-02-151-16/+4
* Use address style to print addresses in breakpoint information.Philippe Waroquiers2019-02-121-3/+4
* C++-ify struct thread_fsmTom Tromey2019-02-071-75/+33
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Remove make_bpstat_clear_actions_cleanupTom Tromey2019-01-231-2/+2
* Remove remaining cleanup from gdb/breakpoint.cTom Tromey2019-01-231-12/+0
* Replace delete_longjmp_breakpoint_cleanup with a forward_scope_exit typeTom Tromey2019-01-231-5/+6
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-4/+4
* Fix tracepoint.c:parse_tracepoint_definition leak (and one more)Pedro Alves2019-01-101-3/+3
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-108/+103
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Style locations when setting a breakpointTom Tromey2018-12-281-3/+9
* Add output styles to gdbTom Tromey2018-12-281-4/+8
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-5/+2
* gdb: Respect field width and alignment for 'fmt' fields in CLI outputAndrew Burgess2018-11-201-3/+0
* Simple -Wshadow=local fixesTom Tromey2018-10-041-15/+11
* Remove redundant test in update_inserted_breakpoint_locationsYacov Simhony2018-09-211-1/+1
* python: Make gdb.execute("show commands") work (PR 23669)Simon Marchi2018-09-171-1/+6
* Use GNU style for metasyntactic variables in gdbTom Tromey2018-09-161-1/+1
* Fix regression for multi breakpoints command line clearing.Philippe Waroquiers2018-08-281-1/+7
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-15/+7
* Notify about breakpoint modification when enabling/disabling single locationJan Vrany2018-07-251-0/+2
* Simple unused variable removalsTom Tromey2018-07-221-3/+1
* Use std::vector for moribund_locationsTom Tromey2018-07-101-24/+16
* Remove VEC from breakpointTom Tromey2018-07-031-6/+6
* Remove ptid_equalTom Tromey2018-07-031-7/+7
* Remove ptid_get_pidTom Tromey2018-07-031-11/+11
* "break LINENO/*ADDRESS", inline functions and "info break" outputPedro Alves2018-06-291-3/+0
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-36/+40