aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
2018-09-10Update Python unwinder documentationTom Tromey1-9/+46
2018-09-10Fix gdb.events.inferior_call documentationTom Tromey1-6/+14
2018-09-10Update Python frame filter documentationTom Tromey1-3/+10
2018-09-10Reword gdb.GdbError textTom Tromey1-6/+15
2018-09-10Avoid warnings from makeinfoTom Tromey1-2/+2
2018-09-10Document that Frame.block can throwTom Tromey1-1/+4
2018-09-10Update Python Block.end documentationTom Tromey1-1/+2
2018-05-31Fix "set" handling of Python parametersTom Tromey1-6/+8
2018-05-31Add basic Python API for convenience variablesTom Tromey1-2/+21
2018-05-04Allow breakpoint commands to be set from PythonTom Tromey1-1/+1
2018-05-02Handle var_zuinteger and var_zuinteger_unlimited from PythonTom Tromey1-0/+13
2018-04-30Expose type alignment on gdb.TypeTom Tromey1-0/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-13python: Add qualified parameter to gdb.BreakpointSimon Marchi1-3/+10
2017-12-13python doc: Rework Breakpoint.__init__ docSimon Marchi1-24/+42
2017-12-07Implement explicit locations for Python breakpoints.Phil Muldoon1-19/+22
2017-11-16Add Python rbreak command.Phil Muldoon1-0/+17
2017-09-21Documentation for Inferior.thread_from_thread_handleKevin Buettner1-0/+7
2017-09-11Add new_inferior, inferior_deleted, and new_thread eventsTom Tromey1-0/+33
2017-06-20Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentationSergio Durigan Junior1-1/+1
2017-05-02Python: Introduce gdb.Instruction classTim Wiederhake1-19/+21
2017-05-02Python: Move and rename gdb.BtraceFunctionTim Wiederhake1-18/+13
2017-05-02Python: Move and rename gdb.BtraceInstructionTim Wiederhake1-12/+9
2017-05-02Python: Introduce gdb.RecordGap classTim Wiederhake1-19/+28
2017-05-02Python: Remove ptid from gdb.Record interfaceTim Wiederhake1-7/+0
2017-03-22Remove @code for pythonYao Qi1-1/+1
2017-03-21Fix break on Python 2Tim Wiederhake1-1/+2
2017-03-20Support rvalue references in the gdb python module (includes doc/)Artemiy Volkov1-0/+4
2017-03-16Lazy strings can be made from arrays too.Doug Evans1-1/+1
2017-02-14PR python/13598 - add before_prompt eventTom Tromey1-0/+4
2017-02-14Add documentation for new record Python bindings.Tim Wiederhake1-0/+245
2017-01-24Fix typo in ExitedEvent docSimon Marchi1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-06Remove Java supportTom Tromey1-2/+2
2016-07-13PR python/15620, PR python/18620 - breakpoint events in PythonTom Tromey1-0/+15
2016-07-13PR python/17698 - add Breakpoint.pendingTom Tromey1-0/+6
2016-07-13Rearrange Python breakpoint node in documentationTom Tromey1-42/+42
2016-07-12PR python/19293 - invalidate frame cache when unwinders changeTom Tromey1-0/+9
2016-05-24Fix PR python/17981Tom Tromey1-1/+4
2016-01-13Add Python InferiorThread.global_num attributePedro Alves1-0/+7
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-4/+4
2016-01-13Add Python InferiorThread.inferior attributePedro Alves1-0/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-15Clarify doc about memory read/write and non-8-bits addressable memory unit sizesSimon Marchi1-2/+3
2015-05-09[Python] Add methods reference_value and const_value to gdb.Value.Siva Chandra1-0/+10
2015-04-29PR python/18285Doug Evans1-2/+18
2015-04-28Add gdb.Type.optimized_out method.Sasha Smundak1-0/+5
2015-04-24* python.texi (Xmethods In Python): Fix name of method to call the xmethod.Doug Evans1-1/+1
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+143
2015-01-31Add support for inlining scripts into .debug_gdb_scripts.Doug Evans1-3/+4