summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Class-ify ui_outSimon Marchi2016-12-221-307/+284
* gdb: Remove support for obsolete OSABIs and a.outPedro Alves2016-12-091-8/+0
* Use std::string for ui_out_hdr's text fieldsSimon Marchi2016-12-011-1/+1
* Remove verbosity from ui_out_message and friendsSimon Marchi2016-11-261-6/+6
* Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin2016-11-241-4/+4
* Change gdbarch software_single_step frame_info to regcacheYao Qi2016-11-221-2/+3
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-1/+1
* agent_expr_up: gdb::unique_ptr -> std::unique_ptrPedro Alves2016-11-091-2/+2
* Eliminate agent_expr_p; VEC -> std::vector in struct bp_target_infoPedro Alves2016-11-081-14/+13
* 'struct agent_expr *' -> unique_ptr<agent_expr>Pedro Alves2016-11-081-35/+22
* Use ui_file_as_string throughout morePedro Alves2016-11-081-4/+3
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-58/+37
* breakpoint.c:commands_command_1 constification and cleanupPedro Alves2016-11-081-25/+17
* gdbarch software_single_step returns VEC (CORE_ADDR) *Yao Qi2016-11-081-0/+27
* Fix PR breakpoints/20739: Badly formatted adress string in error messageCordian A. Daniluk2016-11-081-1/+1
* Determine the kind of single step breakpointYao Qi2016-11-031-2/+16
* Rename placed_size to kindYao Qi2016-11-031-2/+2
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+16
* Remove make_cleanup_restore_current_uiTom Tromey2016-10-211-6/+2
* Convert tid_range_parser and get_number_or_range to classesPedro Alves2016-10-131-19/+14
* gdb: Fix std::{min, max}-related build breakage on 32-bit hostsPedro Alves2016-09-181-2/+2
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-3/+4
* Plumb enum remove_bp_reason all the way to target_remove_breakpointPedro Alves2016-08-101-28/+19
* Introduce 'enum remove_bp_reason'Pedro Alves2016-08-101-14/+19
* Simplify remove_breakpoint interfacePedro Alves2016-08-101-7/+7
* PR python/17698 - add Breakpoint.pendingTom Tromey2016-07-131-0/+8
* Forget watchpoint locations when inferior exits or is killed/detachedPedro Alves2016-07-011-8/+18
* Send deleted watchpoint-scope output to all UIsPedro Alves2016-06-211-13/+27
* Push thread->control.command_interp to the struct thread_fsmPedro Alves2016-06-211-8/+11
* Make the interpreters be per UIPedro Alves2016-06-211-1/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-13/+2
* Force to insert software single step breakpointYao Qi2016-04-251-2/+13
* breakpoints/19546: Fix crash after updating breakpointsgdb-7.11-branchpointKeith Seitz2016-02-091-2/+10
* Fix PR19548: Breakpoint re-set inserts breakpoints when it shouldn'tPedro Alves2016-02-091-15/+10
* Fix GDB crash in dprintf.expYao Qi2016-01-281-9/+0
* * breakpoint.c (init_breakpoint_sal): Add comment.Doug Evans2016-01-211-1/+2
* Fix regression introduced in "break *<EXPR>" by explicit location patches.Joel Brobecker2016-01-211-2/+13
* Limit breakpoint re-set to the current program spacePedro Alves2016-01-191-34/+93
* Fix PR threads/19422 - show which thread caused stopPedro Alves2016-01-181-15/+58
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-35/+32
* Centralize thread ID printingPedro Alves2016-01-131-3/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-11/+0
* Fix internal error when saving fast tracepoint definitionsSimon Marchi2015-11-231-1/+1
* [C++] breakpoint.c: "no memory" software watchpoints and enum castsPedro Alves2015-11-191-13/+36
* Don't displaced step when there's a breakpoint in the scratch pad rangePedro Alves2015-10-301-0/+60
* Add some more casts (1/2)Simon Marchi2015-09-251-17/+21
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi2015-09-101-3/+12
* Convert the until/advance commands to thread_fsm mechanismPedro Alves2015-09-091-65/+116