summaryrefslogtreecommitdiff
path: root/gdb/python
Commit message (Expand)AuthorAgeFilesLines
* gdb/python: implement DisassemblerResult.__str__ methodAndrew Burgess2023-05-121-9/+17
* gdb/python: implement __repr__ methods for py-disasm.c typesAndrew Burgess2023-05-121-2/+32
* Filter out types from DAP scopes requestTom Tromey2023-05-051-1/+1
* gdb/python: add mechanism to manage Python initialization functionsAndrew Burgess2023-05-0535-158/+254
* Don't treat references to compound values as "simple".Gareth Rees2023-05-041-5/+1
* gdb: move struct ui and related things to ui.{c,h}Simon Marchi2023-05-012-1/+2
* Replace field_is_static with a methodTom Tromey2023-05-011-1/+1
* Use unique_xmalloc_ptr in apply_ext_lang_type_printersTom Tromey2023-04-061-4/+6
* gdb/python: allow Frame.read_var to accept named argumentsAndrew Burgess2023-04-061-13/+15
* gdb/python: convert Frame.read_register to take named argumentsAndrew Burgess2023-04-061-4/+7
* gdb/python: have PendingFrame methods accept keyword argumentsAndrew Burgess2023-04-061-9/+14
* gdb/python: have UnwindInfo.add_saved_register accept named argsAndrew Burgess2023-04-061-42/+42
* gdb: make find_thread_ptid an inferior methodSimon Marchi2023-04-041-2/+1
* Add readMemory and writeMemory requests to DAPTom Tromey2023-04-033-0/+57
* gdb/python: Add new gdb.unwinder.FrameId classAndrew Burgess2023-03-301-0/+26
* gdb/python: Allow gdb.UnwindInfo to be created with non gdb.Value argsAndrew Burgess2023-03-301-48/+65
* gdb/python: remove Py_TPFLAGS_BASETYPE from gdb.UnwindInfoAndrew Burgess2023-03-301-1/+1
* gdb/python: add __repr__ for PendingFrame and UnwindInfoAndrew Burgess2023-03-301-2/+65
* gdb/python: add some additional methods to gdb.PendingFrameAndrew Burgess2023-03-301-0/+221
* gdb/python: add PENDING_FRAMEPY_REQUIRE_VALID macro in py-unwind.cAndrew Burgess2023-03-301-26/+27
* gdb/python: remove unneeded nullptr check in frapy_blockAndrew Burgess2023-03-301-7/+1
* gdb/python: make the gdb.unwinder.Unwinder class more robustAndrew Burgess2023-03-301-2/+21
* Implement repl evaluation for DAPTom Tromey2023-03-241-3/+21
* Fix race in DAP startupTom Tromey2023-03-242-6/+10
* [gdb/dap] Add logging of ignored linesTom de Vries2023-03-241-1/+3
* Fix formatting in gdb/printing.pyTom Tromey2023-03-151-0/+3
* Implement DAP variables, scopes, and evaluate requestsTom Tromey2023-03-144-21/+322
* Fix DAP frame bug with older versions of PythonTom Tromey2023-03-141-18/+15
* Constify linetablesTom Tromey2023-03-111-6/+5
* Change linetables to be objfile-independentTom Tromey2023-03-111-1/+2
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-093-5/+5
* gdb/python: Fix --disable-tui buildKévin Le Gouguec2023-03-061-0/+2
* Fix DAP stackTrace through frames without debuginfoTom Tromey2023-03-061-1/+1
* gdb/python: replace strlen call with std::string::size callAndrew Burgess2023-03-031-1/+1
* gdb: update some copyright years (2022 -> 2023)Simon Marchi2023-03-0114-14/+14
* gdb: fix mi breakpoint-deleted notifications for thread-specific b/pAndrew Burgess2023-02-283-7/+30
* Python QUIT processing updatesKevin Buettner2023-02-275-0/+22
* Fix value chain use-after-freeTom Tromey2023-02-2711-54/+70
* gdb: reformat Python files with black 23.1.0Simon Marchi2023-02-274-3/+3
* gdb, python: do minor modernization in execute_gdb_commandTankut Baris Aktemur2023-02-271-12/+13
* Remove ALL_BLOCK_SYMBOLS_WITH_NAMETom Tromey2023-02-191-14/+8
* Convert block_static_block and block_global_block to methodsTom Tromey2023-02-191-2/+2
* Remove deprecated_lval_hackTom Tromey2023-02-131-1/+1
* Turn record_latest_value into a methodTom Tromey2023-02-131-1/+1
* Turn preserve_one_value into methodTom Tromey2023-02-131-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-132-2/+2
* Turn value_copy into a methodTom Tromey2023-02-132-3/+3
* Turn remaining value_contents functions into methodsTom Tromey2023-02-133-5/+5
* Turn value_incref and value_decref into methodsTom Tromey2023-02-131-2/+2
* Turn value_fetch_lazy into a methodTom Tromey2023-02-132-2/+2