aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin1-4/+4
2016-11-22Change gdbarch software_single_step frame_info to regcacheYao Qi1-2/+3
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-1/+1
2016-11-09agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves1-2/+2
2016-11-08Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves1-14/+13
2016-11-08'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves1-35/+22
2016-11-08Use ui_file_as_string throughout morePedro Alves1-4/+3
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-58/+37
2016-11-08breakpoint.c:commands_command_1 constification and cleanupPedro Alves1-25/+17
2016-11-08gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi1-0/+27
2016-11-08Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk1-1/+1
2016-11-03Determine the kind of single step breakpointYao Qi1-2/+16
2016-11-03Rename placed_size to kindYao Qi1-2/+2
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+16
2016-10-21Remove make_cleanup_restore_current_uiTom Tromey1-6/+2
2016-10-13Convert tid_range_parser and get_number_or_range to classesPedro Alves1-19/+14
2016-09-18gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves1-2/+2
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-3/+4
2016-08-10Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves1-28/+19
2016-08-10Introduce 'enum remove_bp_reason'Pedro Alves1-14/+19
2016-08-10Simplify remove_breakpoint interfacePedro Alves1-7/+7
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+8
2016-07-01Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves1-8/+18
2016-06-21Send deleted watchpoint-scope output to all UIsPedro Alves1-13/+27
2016-06-21Push thread->control.command_interp to the struct thread_fsmPedro Alves1-8/+11
2016-06-21Make the interpreters be per UIPedro Alves1-1/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-13/+2
2016-04-25Force to insert software single step breakpointYao Qi1-2/+13
2016-02-09breakpoints/19546: Fix crash after updating breakpointsgdb-7.11-branchpointKeith Seitz1-2/+10
2016-02-09Fix PR19548: Breakpoint re-set inserts breakpoints when it shouldn'tPedro Alves1-15/+10
2016-01-28Fix GDB crash in dprintf.expYao Qi1-9/+0
2016-01-21* breakpoint.c (init_breakpoint_sal): Add comment.Doug Evans1-1/+2
2016-01-21Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker1-2/+13
2016-01-19Limit breakpoint re-set to the current program spacePedro Alves1-34/+93
2016-01-18Fix PR threads/19422 - show which thread caused stopPedro Alves1-15/+58
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-35/+32
2016-01-13Centralize thread ID printingPedro Alves1-3/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay1-11/+0
2015-11-23Fix internal error when saving fast tracepoint definitionsSimon Marchi1-1/+1
2015-11-19[C++] breakpoint.c: "no memory" software watchpoints and enum castsPedro Alves1-13/+36
2015-10-30Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves1-0/+60
2015-09-25Add some more casts (1/2)Simon Marchi1-17/+21
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi1-3/+12