aboutsummaryrefslogtreecommitdiff
path: root/absl/debugging
Commit message (Expand)AuthorAgeFilesLines
...
* Recognize C++ vendor extended expressions (e.g., u9__is_same...E).Chris Mihelich2024-05-242-0/+20
* Demangle the C++ this pointer (fpT).Chris Mihelich2024-05-232-3/+27
* Stop eating an extra E in ParseTemplateArg for some L<type><value>E literals.Chris Mihelich2024-05-232-4/+12
* Demangle C++ direct-list-initialization (T{1, 2, 3}, tl ... E).Chris Mihelich2024-05-232-0/+93
* Demangle the C++ spaceship operator (ss, operator<=>).Chris Mihelich2024-05-232-0/+23
* Demangle C++ sZ encodings (sizeof...(pack)).Chris Mihelich2024-05-232-17/+64
* Demangle C++ so ... E encodings (typically array-to-pointer decay).Chris Mihelich2024-05-232-0/+50
* Recognize dyn-trait-type in Rust demangling.Chris Mihelich2024-05-232-1/+104
* Recognize fn-type and lifetimes in Rust demangling.Chris Mihelich2024-05-222-4/+124
* Recognize inherent-impl and trait-impl in Rust demangling.Chris Mihelich2024-05-212-2/+62
* Recognize const and array-type in Rust mangled names.Chris Mihelich2024-05-212-2/+119
* Recognize generic arguments containing only types in Rust mangled names.Chris Mihelich2024-05-212-1/+62
* Give ReturnAddresses and N<uppercase> namespaces separate stacks for clarity.Chris Mihelich2024-05-151-26/+35
* Demangle Rust backrefs.Chris Mihelich2024-05-142-6/+165
* Use Nt for struct and trait names in Rust demangler test inputs.Chris Mihelich2024-05-141-43/+43
* Demangle Rust's Y<type><path> production for passably simple <type>s.Chris Mihelich2024-05-133-6/+229
* Recognize some simple Rust mangled names in Demangle.Chris Mihelich2024-05-068-2/+749
* Only check if the frame pointer is inside a signal stack with known boundsAbseil Team2024-03-281-0/+2
* `demangle`: Parse template template and C++20 lambda template param substitut...Dino Radakovic2024-02-152-2/+48
* `demangle`: Parse optional single template argument for built-in typesDino Radakovic2024-02-132-6/+45
* `demangle`: Add complexity guard to `ParseQRequiresExpr`Dino Radakovic2024-02-131-0/+2
* `demangle`: Parse `requires` clauses on template params, before function retu...Dino Radakovic2024-02-092-17/+59
* `demangle`: Parse `requires` clauses on functionsDino Radakovic2024-02-092-8/+53
* `demangle`: Parse C++20-compatible template param declarations, except those ...Dino Radakovic2024-02-082-7/+97
* `demangle`: Implement parsing for simplest constrained template argumentsDino Radakovic2024-02-072-0/+42
* Fix a typo.Abseil Team2024-02-041-1/+1
* Always check if the new frame pointer is readable.Abseil Team2024-01-231-7/+8
* Avoid a empty library build failure on Apple platformsDerek Mauro2024-01-031-0/+18
* AddressIsReadable: improve commentsFangrui Song2023-12-201-2/+4
* Speed-up absl::Symbolize by ~6x via faster file reads.Abseil Team2023-11-151-44/+108
* Add explicit int -> uintptr_t conversion in stacktrace code for aarch64Abseil Team2023-11-081-1/+1
* Properly handle signal stacks and frame-size calculationsAbseil Team2023-11-071-17/+38
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-0/+10
* With sufficiently high-levels of optimization, this functionAbseil Team2023-10-041-0/+3
* Re-submit with a fix for platforms without RTTI.Abseil Team2023-10-024-34/+85
* Delete dead function.Abseil Team2023-09-271-10/+0
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-264-85/+34
* Add an internal wrapper for `abi::__cxa_demangle()`.Abseil Team2023-09-264-34/+85
* PR #1509: Allow building when targeting WASIAnuraag Agrawal2023-08-151-1/+1
* PR #1500: Define MAP_ANONYMOUS if not definedRyan Schmidt2023-08-014-35/+34
* symbolize_test: Add an indirection for getting the PC from function ptr.Tom Rybka2023-07-062-24/+58
* Fix symbolization on PowerPC ELF v1Benjamin Barenblat2023-06-291-19/+33
* Support Qualcomm Hexagon DSP targets.Abseil Team2023-06-291-1/+1
* Add missing #include <limits>Derek Mauro2023-06-201-0/+1
* The current aarch64 large-stack frame error handling is unsophisticated,Abseil Team2023-06-152-10/+37
* Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.Abseil Team2023-06-151-2/+1
* Fix unwinding through nested signal frames on aarch64.Abseil Team2023-06-091-4/+9
* Add VxWorks supportBin Lan2023-06-081-1/+2
* Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...Andy Getzendanner2023-05-251-5/+5
* Merge pull request #1455 from juergbi:solarisCopybara-Service2023-05-231-1/+1
|\