aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)Author
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-06-06Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-06-02Create struct type for longjmp breakpointSimon Marchi
2017-06-02Introduce and use new_breakpoint_from_typeSimon Marchi
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves
2017-04-22Use ui_out_emit_listTom Tromey
2017-04-22More uses of ui_out_emit_tupleTom Tromey
2017-04-22Use ui_out_emit_tupleTom Tromey
2017-04-13watch_command_1: Fix dangling frame accessPedro Alves
2017-04-13breakpoint.c: bp_location (the array) shadows bp_location (the type)Pedro Alves
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey
2017-04-12Change breakpoint event locations to event_location_upTom Tromey
2017-04-12Introduce command_line_upTom Tromey
2017-04-12Introduce event_location_upTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves
2017-02-10PR gdb/21122: Fix documentation mistakes for breakpoint commandsMartin Galvan
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves
2016-11-08Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk
2016-11-03Determine the kind of single step breakpointYao Qi
2016-11-03Rename placed_size to kindYao Qi
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves