aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Let gdb.execute handle multi-line commandsTom Tromey1-2/+17
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey1-1/+44
2018-05-04Use counted_command_line everywhereTom Tromey1-4/+4
2018-05-04configure uses incorrect link order when testing libpythonPaul Pluzhnikov1-2/+1
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey2-9/+52
2018-04-30Remove some uses of is_mi_like_p from py-framefilter.cTom Tromey1-16/+7
2018-04-30Change Python code to use new_referenceTom Tromey2-12/+5
2018-04-30Expose type alignment on gdb.TypeTom Tromey1-0/+24
2018-04-13btrace: set/show record btrace cpuMarkus Metzger1-4/+5
2018-04-06Introduce a gdb_ref_ptr specialization for struct valueTom Tromey1-5/+3
2018-03-26Simplify exception handling in py-framefilter.cTom Tromey1-394/+156
2018-03-26Call wrap_hint in one more spot in py-framefilter.cTom Tromey1-0/+1
2018-03-26Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.cTom Tromey1-0/+1
2018-03-26Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey1-3/+18
2018-03-26Allow C-c to work in backtrace in more casesTom Tromey1-11/+11
2018-03-26Avoid manual resource management in py-framefilter.cTom Tromey1-15/+5
2018-03-26Remove EXT_LANG_BT_COMPLETEDTom Tromey1-4/+4
2018-03-26Allow hiding of some filtered framesTom Tromey1-25/+25
2018-03-19Convert observers to C++Tom Tromey4-22/+22
2018-03-08Remove MAX_REGISTER_SIZE defineAlan Hayward1-1/+0
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey2-3/+4
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-0/+25
2018-01-27Avoid compilation errors in MinGW native builds of GDBEli Zaretskii1-0/+6
2018-01-07Remove xmethod_worker::cloneSimon Marchi1-17/+0
2018-01-07C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)Simon Marchi3-111/+69
2018-01-02Update copyright year range in all GDB filesJoel Brobecker77-77/+77
2017-12-14py-breakpoint: Don't use the 'p' PyArg_ParseTupleAndKeywords format specifierSimon Marchi1-3/+3
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi1-4/+13
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon1-13/+121
2017-12-05Remove some unused variablesSimon Marchi6-8/+0
2017-11-29Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching]Pedro Alves2-2/+4
2017-11-26python: Fix memleak in do_start_initializationSimon Marchi1-6/+6
2017-11-22Fix build with GCC 8: strncpy ->strcpyYao Qi1-1/+1
2017-11-16Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves1-0/+7
2017-11-16Add Python rbreak command.Phil Muldoon1-1/+187
2017-11-07Constify execute_commandTom Tromey2-6/+3
2017-11-07Constify add_setshow_*Tom Tromey1-1/+1
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-4/+4
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand1-3/+7
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-7/+4
2017-10-28Make gdb.selected_thread().inferior return a new referenceMaksim Dzabraev1-0/+1
2017-10-11Constify add_prefix_cmdTom Tromey1-2/+2
2017-09-27Constify some linespec functionsTom Tromey2-2/+2
2017-09-27Add add_cmd function overloadsTom Tromey1-1/+1
2017-09-21Add `thread_from_thread_handle' method to (Python) gdb.InferiorKevin Buettner2-0/+56
2017-09-19Use DISABLE_COPY_AND_ASSIGNYao Qi1-2/+1
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-8/+6
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-1/+1
2017-09-11Make it simpler to add events to PythonTom Tromey16-303/+214