aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2018-09-13python: Add Progspace.objfiles methodSimon Marchi3-13/+51
2018-09-13python: Add Inferior.progspace propertySimon Marchi1-0/+18
2018-09-13python: Provide textual representation for Inferior and ObjfileSimon Marchi2-2/+32
2018-09-10Fix help text for "python" commandTom Tromey1-1/+1
2018-09-09python: Make two functions return gdbpy_ref<>Simon Marchi2-10/+9
2018-09-08Allow a pretty-printer without a to_string methodTom Tromey1-10/+15
2018-08-27MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany1-0/+3
2018-08-25Initialize variable in py_get_event_threadSimon Marchi1-2/+2
2018-08-24gdb/python: Use copy-initialization more when possiblePedro Alves8-39/+34
2018-08-24Fix 8.2 regression in gdb.python/py-evthreads.exp w/ gdbserver (PR gdb/23379)Pedro Alves4-27/+43
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-07-22Call value_fetch_lazy when needed in pretty-printersTom Tromey1-1/+3
2018-07-22Simple unused variable removalsTom Tromey2-3/+0
2018-07-03Remove ptid_get_tidTom Tromey1-1/+1
2018-07-03Remove ptid_get_lwpTom Tromey1-1/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-27Remove a VEC from py-unwind.cTom Tromey1-32/+28
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves9-88/+91
2018-06-20Fix a memory leak in py-param.cTom Tromey1-11/+9
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-8/+4
2018-06-08Fix build issue with Python 3.7Paul Koning1-3/+15
2018-06-01Remove a static buffer from cp-name-parser.yTom Tromey1-2/+2
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-2/+8
2018-05-31Fix "set" handling of Python parametersTom Tromey1-8/+3
2018-05-31Add basic Python API for convenience variablesTom Tromey3-0/+87
2018-05-29Remove a VEC from type.cTom Tromey1-2/+2
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
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