72 Commits (4a5a194ae8a871a781d4cdc73c7ba3ae7deafbaa)

Author SHA1 Message Date
Tom Tromey 4a5a194ae8 Reword gdb.GdbError text 8 years ago
Tom Tromey f5a476a7b1 Avoid warnings from makeinfo 8 years ago
Tom Tromey 60c0454d3d Document that Frame.block can throw 8 years ago
Tom Tromey 22eb9e92ea Update Python Block.end documentation 8 years ago
Tom Tromey 984ee559a2 Fix "set" handling of Python parameters 8 years ago
Tom Tromey 7729052b53 Add basic Python API for convenience variables 8 years ago
Tom Tromey a913fffbde Allow breakpoint commands to be set from Python 8 years ago
Tom Tromey 0489430a0e Handle var_zuinteger and var_zuinteger_unlimited from Python 8 years ago
Tom Tromey 6d7bb8246b Expose type alignment on gdb.Type 8 years ago
Joel Brobecker e2882c8578 Update copyright year range in all GDB files 8 years ago
Simon Marchi b89641bab5 python: Add qualified parameter to gdb.Breakpoint 8 years ago
Simon Marchi 0b982d685e python doc: Rework Breakpoint.__init__ doc 8 years ago
Phil Muldoon 824cc835aa Implement explicit locations for Python breakpoints. 8 years ago
Phil Muldoon d8ae99a7b0 Add Python rbreak command. 9 years ago
Kevin Buettner da2c323bff Documentation for Inferior.thread_from_thread_handle 10 years ago
Tom Tromey 7c96f8c1da Add new_inferior, inferior_deleted, and new_thread events 9 years ago
Sergio Durigan Junior eb83230b4d Fix PR gdb/21606: SYMBOL_FUNCTIONS_DOMAIN misspelled in documentation 9 years ago
Tim Wiederhake d050f7d7f4 Python: Introduce gdb.Instruction class 9 years ago
Tim Wiederhake 14f819c8c5 Python: Move and rename gdb.BtraceFunction 9 years ago
Tim Wiederhake 0ed5da759e Python: Move and rename gdb.BtraceInstruction 9 years ago
Tim Wiederhake 913aeadd9d Python: Introduce gdb.RecordGap class 9 years ago
Tim Wiederhake a3be24ad59 Python: Remove ptid from gdb.Record interface 9 years ago
Yao Qi 79778b30dc Remove @code for python 9 years ago
Tim Wiederhake cee59b3fea Fix break on Python 2 9 years ago
Artemiy Volkov 3fcf899da1 Support rvalue references in the gdb python module (includes doc/) 9 years ago
Doug Evans f8d995870f Lazy strings can be made from arrays too. 10 years ago
Tom Tromey 3f77c7691f PR python/13598 - add before_prompt event 11 years ago
Tim Wiederhake 0a0faf9fc6 Add documentation for new record Python bindings. 10 years ago
Simon Marchi 373832b6db Fix typo in ExitedEvent doc 9 years ago
Joel Brobecker 61baf725ec update copyright year range in GDB files 9 years ago
Tom Tromey 9c37b5aed9 Remove Java support 10 years ago
Tom Tromey dac790e1b9 PR python/15620, PR python/18620 - breakpoint events in Python 11 years ago
Tom Tromey 93daf339a4 PR python/17698 - add Breakpoint.pending 10 years ago
Tom Tromey cda75e7050 Rearrange Python breakpoint node in documentation 10 years ago
Tom Tromey e0f3fd7c44 PR python/19293 - invalidate frame cache when unwinders change 10 years ago
Tom Tromey 1957f6b89f Fix PR python/17981 10 years ago
Pedro Alves 22a0232400 Add Python InferiorThread.global_num attribute 10 years ago
Pedro Alves 5d5658a1d3 Per-inferior/Inferior-qualified thread IDs 10 years ago
Pedro Alves 8465445732 Add Python InferiorThread.inferior attribute 10 years ago
Joel Brobecker 618f726fcb GDB copyright headers update after running GDB's copyright.py script. 10 years ago
Simon Marchi a86c90e6ba Clarify doc about memory read/write and non-8-bits addressable memory unit sizes 11 years ago
Siva Chandra 4c082a81df [Python] Add methods reference_value and const_value to gdb.Value. 11 years ago
Doug Evans 2ce1cdbf84 PR python/18285 11 years ago
Sasha Smundak 59fb7612dd Add gdb.Type.optimized_out method. 11 years ago
Doug Evans 897c3d327e * python.texi (Xmethods In Python): Fix name of method to call the xmethod. 11 years ago
Sasha Smundak d11916aa89 Add support for writing unwinders in Python. 11 years ago
Doug Evans 9f0500621b Add support for inlining scripts into .debug_gdb_scripts. 11 years ago
Doug Evans 3a8b707add Add gdb.Objfile.username. 11 years ago
Doug Evans 1b5493961a Improve docs of objfile filename method. 11 years ago
Joel Brobecker 32d0add0a6 Update year range in copyright notice of all files owned by the GDB project. 11 years ago