aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Change counted_command_line to a shared_ptrTom Tromey1-111/+19
2017-09-20Use function_view in a couple of places in breakpoint.cTom Tromey1-191/+102
2017-09-20Allocate bpstats with newTom Tromey1-38/+53
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-5/+5
2017-09-11Remove make_show_memory_breakpoints_cleanupTom Tromey1-7/+4
2017-09-11Make extract_arg return a std::stringTom Tromey1-19/+20
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-18/+18
2017-09-09Use ui_out_emit_tuple in more placesTom Tromey1-8/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-04Kill init_salPedro Alves1-29/+9
2017-09-04struct symtabs_and_lines -> std::vector<symtab_and_line>Pedro Alves1-188/+140
2017-09-03Return std::string from memory_error_messageTom Tromey1-4/+2
2017-08-22Rename some command functionsSimon Marchi1-10/+10
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-49/+34
2017-08-22Fix erroneous cleanup use in add_solib_catchpointTom Tromey1-7/+3
2017-08-18Remove save_inferior_ptidTom Tromey1-9/+3
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-7/+4
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-70/+63
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-7/+11
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-15/+5
2017-06-06Fix double free when running gdb.linespec/ls-errs.exp (PR breakpoints/21553)Pedro Alves1-61/+58
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-152/+105
2017-06-02Create struct type for longjmp breakpointSimon Marchi1-10/+25
2017-06-02Introduce and use new_breakpoint_from_typeSimon Marchi1-30/+22
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-9/+2
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves1-64/+33
2017-05-02Change return type of gdbarch_software_single_step to vector<CORE_ADDR>Simon Marchi1-7/+3
2017-04-25Don't memset non-POD types: struct breakpointPedro Alves1-12/+0
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves1-10/+3
2017-04-22Use ui_out_emit_listTom Tromey1-14/+3
2017-04-22More uses of ui_out_emit_tupleTom Tromey1-11/+11
2017-04-22Use ui_out_emit_tupleTom Tromey1-11/+6
2017-04-13watch_command_1: Fix dangling frame accessPedro Alves1-13/+21
2017-04-13breakpoint.c: bp_location (the array) shadows bp_location (the type)Pedro Alves1-66/+67
2017-04-12Change linespec_result::location to be an event_location_upTom Tromey1-5/+7
2017-04-12Add a constructor and destructor to linespec_resultTom Tromey1-18/+1
2017-04-12Change breakpoint event locations to event_location_upTom Tromey1-39/+35
2017-04-12Introduce command_line_upTom Tromey1-8/+8
2017-04-12Introduce event_location_upTom Tromey1-99/+53
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+4
2017-04-05-Wwrite-strings: Some constification in gdb/breakpoint.cPedro Alves1-12/+14
2017-04-05-Wwrite-strings: Don't initialize string command variables to empty stringPedro Alves1-2/+2
2017-02-10PR gdb/21122: Fix documentation mistakes for breakpoint commandsMartin Galvan1-2/+4
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-54/+43
2017-01-10Remove cleanups from execute_gdb_commandTom Tromey1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-307/+284
2016-12-09gdb: Remove support for obsolete OSABIs and a.outPedro Alves1-8/+0
2016-12-01Use std::string for ui_out_hdr's text fieldsSimon Marchi1-1/+1
2016-11-26Remove verbosity from ui_out_message and friendsSimon Marchi1-6/+6