aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-27Add gdb.Objfile.username.Doug Evans1-0/+7
2015-01-27Improve docs of objfile filename method.Doug Evans1-1/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-12New python function gdb.lookup_objfile.Doug Evans1-0/+21
2014-12-08New "owner" attribute for gdb.Objfile.Doug Evans1-0/+8
2014-12-04New python method gdb.Objfile.add_separate_debug_file.Doug Evans1-0/+11
2014-12-04New python attribute gdb.Objfile.build_id.Doug Evans1-0/+11
2014-12-02New python events: inferior call, register/memory changed.Nick Bull1-0/+49
2014-12-02revert previous patch so that I can re-commit with correct authorDoug Evans1-49/+0
2014-12-02New python events: infcall, register/memory changed.Doug Evans1-0/+49